Leads tracker
Allows you to save leads and tabs easily. A basic JavaScript code and my first chrome extension.
Wat is Leads tracker?
Leads tracker is een Chrome-extensie ontwikkeld door jonathanelias3223, en de belangrijkste functie is "Allows you to save leads and tabs easily. A basic JavaScript code and my first chrome extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie Leads tracker
Download Leads tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows you to save leads and tabs easily. A basic JavaScript code and my first chrome extension.
Basisinformatie over de Extensie
Naam | Leads tracker |
ID | hejikkalcmcplkoojpbconkhhgjnhbcc |
Officiële URL | https://chromewebstore.google.com/detail/leads-tracker/hejikkalcmcplkoojpbconkhhgjnhbcc |
Beschrijving | Allows you to save leads and tabs easily. A basic JavaScript code and my first chrome extension. |
Bestandsgrootte | 1.06 MB |
Aantal Installaties | 24 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-02-05 |
Publicatiedatum | 2022-02-03 |
Ontwikkelaar | jonathanelias3223 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |