Linkwise for Chrome
Discover new affiliate programs and generate deeplinks on the fly!
Apa itu Linkwise for Chrome?
Linkwise for Chrome adalah ekstensi Chrome yang dikembangkan oleh https://linkwi.se, dan fitur utamanya adalah "Discover new affiliate programs and generate deeplinks on the fly!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Linkwise for Chrome
Unduh file ekstensi Linkwise for Chrome 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 new, useful and user-friendly tool for all Linkwise affiliates. Linkwise for Chrome enables you to discover new affiliate programs by displaying a green badge whenever you visit a Linkwise advertiser website. By clicking on the Linkwise icon, you can view the program’s details and copy the affiliate deeplink for the page you are on. Get easy, one click access to every program’s essential information like name, short description and commissions and easily get and customize deeplinks with SubIDs.
Informasi Dasar Ekstensi
Nama | Linkwise for Chrome |
ID | ngdneebmnhbllklnnonomoimdolihecf |
URL Resmi | https://chromewebstore.google.com/detail/linkwise-for-chrome/ngdneebmnhbllklnnonomoimdolihecf |
Deskripsi | Discover new affiliate programs and generate deeplinks on the fly! |
Ukuran File | 108 KB |
Jumlah Instalasi | 1,102 |
Versi Saat Ini | 1.3.1 |
Terakhir Diperbarui | 2022-08-31 |
Tanggal Publikasi | 2018-12-10 |
Penilaian | 4.93/5 Total 14 Penilaian |
Pengembang | https://linkwi.se |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://linkwi.se/global-en/privacy-policy-linkwise-for-chrome |
Bahasa yang Didukung | en,el |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "version": "1.3.1", "default_locale": "el", "action": { "default_icon": { "128": "images\/icon128.png", "64": "images\/icon64.png", "48": "images\/icon48.png", "32": "images\/icon32.png", "19": "images\/icon19.png", "16": "images\/icon16.png" }, "default_popup": "popup.html" }, "icons": { "128": "images\/icon128.png", "64": "images\/icon64.png", "48": "images\/icon48.png", "32": "images\/icon32.png", "19": "images\/icon19.png", "16": "images\/icon16.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "tabs" ] } |