Ecomobi Generate Link tool
Smart Generate Link By Ecomobi
Qu'est-ce que Ecomobi Generate Link tool ?
Ecomobi Generate Link tool est une extension Chrome développée par Ecomobi, et sa fonction principale est "Smart Generate Link By Ecomobi".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ecomobi Generate Link tool
Téléchargez les fichiers d'extension Ecomobi Generate Link tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | kjkkbdiohnhbmkhakgijojkpbfjdigip |
URL Officiel | https://chrome.google.com/webstore/detail/ecomobi-generate-link-too/kjkkbdiohnhbmkhakgijojkpbfjdigip |
Description | Smart Generate Link By Ecomobi |
Taille du Fichier | 1.57 MB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2019-07-05 |
Date de Publication | 2019-07-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Ecomobi |
Type de Paiement | free |
Site Web de l'Extension | https://ecomobi.com/ |
Langues Prises en Charge | 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 } |