Ecomobi Generate Link tool
Smart Generate Link By Ecomobi
Apa itu Ecomobi Generate Link tool?
Ecomobi Generate Link tool adalah ekstensi Chrome yang dikembangkan oleh Ecomobi, dan fitur utamanya adalah "Smart Generate Link By Ecomobi".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ecomobi Generate Link tool
Unduh file ekstensi Ecomobi Generate Link tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | kjkkbdiohnhbmkhakgijojkpbfjdigip |
URL Resmi | https://chrome.google.com/webstore/detail/ecomobi-generate-link-too/kjkkbdiohnhbmkhakgijojkpbfjdigip |
Deskripsi | Smart Generate Link By Ecomobi |
Ukuran File | 1.57 MB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2019-07-05 |
Tanggal Publikasi | 2019-07-05 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Ecomobi |
Tipe Pembayaran | free |
Situs Ekstensi | https://ecomobi.com/ |
Bahasa yang Didukung | 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 } |