Ecomobi Generate Link tool
Smart Generate Link By Ecomobi
Wat is Ecomobi Generate Link tool?
Ecomobi Generate Link tool is een Chrome-extensie ontwikkeld door Ecomobi, en de belangrijkste functie is "Smart Generate Link By Ecomobi".
Extensie Screenshots
Download het CRX-bestand van de extensie Ecomobi Generate Link tool
Download Ecomobi Generate Link tool-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
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!
Basisinformatie over de Extensie
Naam | |
ID | kjkkbdiohnhbmkhakgijojkpbfjdigip |
Officiële URL | https://chrome.google.com/webstore/detail/ecomobi-generate-link-too/kjkkbdiohnhbmkhakgijojkpbfjdigip |
Beschrijving | Smart Generate Link By Ecomobi |
Bestandsgrootte | 1.57 MB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2019-07-05 |
Publicatiedatum | 2019-07-05 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Ecomobi |
Betalingswijze | free |
Extensiewebsite | https://ecomobi.com/ |
Ondersteunde Talen | 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 } |