CMDann Amazon Auto Affiliate
Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.
ما هو CMDann Amazon Auto Affiliate؟
CMDann Amazon Auto Affiliate هو إضافة Chrome تم تطويرها بواسطة https://cmdann.ca، والميزة الرئيسية لها هي "Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CMDann Amazon Auto Affiliate
قم بتنزيل ملفات الامتداد CMDann Amazon Auto Affiliate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | CMDann Amazon Auto Affiliate |
ID | jneeghfiklllajlfkgbfnhidfdjgepff |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cmdann-amazon-auto-affili/jneeghfiklllajlfkgbfnhidfdjgepff |
الوصف | Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info. |
حجم الملف | 14.35 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 2.9.1 |
آخر تحديث | 2013-08-09 |
تاريخ النشر | 2013-08-08 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://cmdann.ca |
نوع الدفع | free |
موقع الإضافة | http://cmdann.ca |
عنوان صفحة المساعدة | http://cmdann.ca |
اللغات المدعومة | 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" ] } } |