Ecomobi Generate Link tool
Smart Generate Link By Ecomobi
Cos'è Ecomobi Generate Link tool?
Ecomobi Generate Link tool è un'estensione di Chrome sviluppata da Ecomobi, e la sua funzione principale è "Smart Generate Link By Ecomobi".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ecomobi Generate Link tool
Scarica i file di estensione Ecomobi Generate Link tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A powerful tool for Publisher! "Ecomobi generate link tool" helps you quickly generate affiliate link when you access Advertiser's website. Promote affiliate links wherever you want and earn commissions with Ecomobi!
Informazioni di Base sull'Estensione
Nome | |
ID | kjkkbdiohnhbmkhakgijojkpbfjdigip |
URL Ufficiale | https://chrome.google.com/webstore/detail/ecomobi-generate-link-too/kjkkbdiohnhbmkhakgijojkpbfjdigip |
Descrizione | Smart Generate Link By Ecomobi |
Dimensione del File | 1.57 MB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2019-07-05 |
Data di Pubblicazione | 2019-07-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Ecomobi |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ecomobi.com/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ecomobi Generate Link tool", "version": "1.6", "description": "Smart Generate Link By Ecomobi", "options_page": "options.html", "background": { "scripts": [ "js\/jquery-1.12.4.min.js", "js\/background.js" ] }, "permissions": [ "activeTab", "declarativeContent", "storage", "contextMenus", "tabs" ], "browser_action": { "default_icon": "images\/favico.png", "default_title": "T\u1ea1o link nhanh", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/*" ], "js": [ "js\/jquery-1.12.4.min.js", "js\/background.js" ] } ], "icons": { "128": "images\/favico.png", "16": "images\/favico.png", "48": "images\/favico.png" }, "web_accessible_resources": [ "images\/favico.png" ], "manifest_version": 2 } |