Ecomobi Generate Link tool
Smart Generate Link By Ecomobi
What is Ecomobi Generate Link tool?
Ecomobi Generate Link tool is a Chrome extension developed by Ecomobi, and its main feature is "Smart Generate Link By Ecomobi".
Extension Screenshots
Download Ecomobi Generate Link tool Extension CRX File
Download Ecomobi Generate Link tool 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
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!
Extension Basic Information
Name | |
ID | kjkkbdiohnhbmkhakgijojkpbfjdigip |
Official URL | https://chrome.google.com/webstore/detail/ecomobi-generate-link-too/kjkkbdiohnhbmkhakgijojkpbfjdigip |
Description | Smart Generate Link By Ecomobi |
File Size | 1.57 MB |
Installation Count | 1,000 |
Current Version | 1.6 |
Last Updated | 2019-07-05 |
Publish Date | 2019-07-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Ecomobi |
Payment Type | free |
Extension Website | https://ecomobi.com/ |
Supported Languages | 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 } |