Leads tracker

Allows you to save leads and tabs easily. A basic JavaScript code and my first chrome extension.

What is Leads tracker?

Leads tracker is a Chrome extension developed by jonathanelias3223, and its main feature is "Allows you to save leads and tabs easily. A basic JavaScript code and my first chrome extension.".

Extension Screenshots

screenshot

Download Leads tracker Extension CRX File

Download Leads tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Allows you to save leads and tabs easily. A basic JavaScript code and my first chrome extension.                    

Extension Basic Information

Name Leads tracker Leads tracker
ID hejikkalcmcplkoojpbconkhhgjnhbcc
Official URL https://chromewebstore.google.com/detail/leads-tracker/hejikkalcmcplkoojpbconkhhgjnhbcc
Description Allows you to save leads and tabs easily. A basic JavaScript code and my first chrome extension.
File Size 1.06 MB
Installation Count 24
Current Version 1.1
Last Updated 2022-02-05
Publish Date 2022-02-03
Developer jonathanelias3223
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1",
    "name": "Leads tracker",
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}