CMDann Amazon Auto Affiliate
Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.
Apa itu CMDann Amazon Auto Affiliate?
CMDann Amazon Auto Affiliate adalah ekstensi Chrome yang dikembangkan oleh https://cmdann.ca, dan fitur utamanya adalah "Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CMDann Amazon Auto Affiliate
Unduh file ekstensi CMDann Amazon Auto Affiliate 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
This is a simple extension that automatically applies CMDann.ca's Amazon affiliate code. This allows you to support the site without getting in the way of your regular shopping. We appreciate everybody who uses this.
Informasi Dasar Ekstensi
Nama | CMDann Amazon Auto Affiliate |
ID | jneeghfiklllajlfkgbfnhidfdjgepff |
URL Resmi | https://chromewebstore.google.com/detail/cmdann-amazon-auto-affili/jneeghfiklllajlfkgbfnhidfdjgepff |
Deskripsi | Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info. |
Ukuran File | 14.35 KB |
Jumlah Instalasi | 16 |
Versi Saat Ini | 2.9.1 |
Terakhir Diperbarui | 2013-08-09 |
Tanggal Publikasi | 2013-08-08 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://cmdann.ca |
Tipe Pembayaran | free |
Situs Ekstensi | http://cmdann.ca |
URL Halaman Bantuan | http://cmdann.ca |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CMDann Amazon Auto Affiliate", "version": "2.9.1", "manifest_version": 2, "description": "Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.", "page_action": { "default_icon": "icon.png", "default_title": "Thank you for supporting CMDann.ca" }, "icons": { "128": "icon.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.amazon.ca\/*", "tabs" ], "background": { "scripts": [ "myscript.js" ] } } |