Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8768795
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:09:26+00:00 2026-06-13T17:09:26+00:00

I know that Google Chrome extension can have some HTML and JavaScript. But I

  • 0

I know that Google Chrome extension can have some HTML and JavaScript. But I would like to connect it to my server. When the user clicks a button on the extension when he’s navigating a certain URL, the URL is added to the database on the server. Is it possible to implement this functionality?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T17:09:28+00:00Added an answer on June 13, 2026 at 5:09 pm

    Yes it is possible. Just add event handlers for when urls are clicked. You can then send the data back to your server asynchronously. Hopefully you are informing your plugin customers that you intend to track all their clicks.

    I would recommend using a library like jQuery for this.

    //bind to all links
    $('a').click( function() {
       //get the url
       var url = $(this).prop('href');
       //send the url to your server
       $.ajax({
            type: "POST",
            url: "http://yourserver.com/process.php",
            data: "url=" + url
       });
    });
    

    You will need a server side language like php or asp to parse the posted url and store it in your database.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to know, that is it possible create own google chrome installer
I'd like to know if Google Chrome Extension can make a HTTP request and
Sorry that I can't find the answer through google - But I know this
I have a Google Chrome extension that upon pressing a button executes an xmlhttp
I have written an extension in Google Chrome that opens a tab to a
I know that Google does some open source but a lot of their assets
I'm working on a Google Chrome extension that manipulates a webpage, but after it
In my Google Chrome extension, I have a content_script that I want to communicate
I know that google's v8 compiles javascript into native machine (binary if I understand
Perhaps, you know that google image search by local image file .. But, Google

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.