can chrome extensions send data to a server?

2,117 views
Skip to first unread message

anush reddy

unread,
Jul 15, 2017, 6:49:58 PM7/15/17
to Chromium-Extensions-Announce
Let's suppose I have a chrome extension and a web application hosted on a server. Is it possible to send the data which is read from a chrome extension and send that data to my web application hosted on a private server?

roi ben haim

unread,
Jul 16, 2017, 1:08:32 AM7/16/17
to anush reddy, Chromium-Extensions-Announce

Sure, use your background script to connect using ajax or web socket.


בתאריך יום א׳, 16 ביולי 2017, 01:50, מאת anush reddy ‏<anushr...@gmail.com>:
Let's suppose I have a chrome extension and a web application hosted on a server. Is it possible to send the data which is read from a chrome extension and send that data to my web application hosted on a private server?

--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/ff603b9f-cc0e-491f-96b5-9075536f3473%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.

Nagesh Turup

unread,
Jul 17, 2017, 1:14:16 AM7/17/17
to roi ben haim, anush reddy, Chromium-Extensions-Announce
$.ajax({
                                  url:"https://docs.google.com/a/google.com/forms/d/e/demo",
                            
                                 data:{json_data},type:"POST",
                            
                                 success:function(){alert("data saved successfully...");}
                              
                              });

Regards,
Nagesh

On Sun, Jul 16, 2017 at 10:38 AM, roi ben haim <roi.b...@gmail.com> wrote:

Sure, use your background script to connect using ajax or web socket.


בתאריך יום א׳, 16 ביולי 2017, 01:50, מאת anush reddy ‏<anushr...@gmail.com>:
Let's suppose I have a chrome extension and a web application hosted on a server. Is it possible to send the data which is read from a chrome extension and send that data to my web application hosted on a private server?

--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-extensions@chromium.org.

--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-extensions@chromium.org.



--

Regards,
Nagesh Turup
(Techmaster)

anush reddy

unread,
Jul 17, 2017, 2:09:19 AM7/17/17
to Chromium-Extensions-Announce
Thank you

anush reddy

unread,
Jul 17, 2017, 2:09:31 AM7/17/17
to Chromium-Extensions-Announce
Thank you
Reply all
Reply to author
Forward
Message has been deleted
0 new messages