Automatic Amazon Referrals
Redirects amazon and amazon smile product pages to your choice of affiliate.
ما هو Automatic Amazon Referrals؟
Automatic Amazon Referrals هو إضافة Chrome تم تطويرها بواسطة BrandonR355، والميزة الرئيسية لها هي "Redirects amazon and amazon smile product pages to your choice of affiliate.".
تحميل ملف CRX للإضافة Automatic Amazon Referrals
قم بتنزيل ملفات الامتداد Automatic Amazon Referrals بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Version 2.0 now supports Amazon Smile in addition to affiliate links! Automatic Amazon Referrals (AAR) is a light-weight and incredibly easy-to-use application for the Chrome browser that does the tedious legwork for you when it comes to assigning a referral ID to your Amazon page visits. Many websites and content providers today use Amazon referral IDs with their audiences in order to generate additional income, taking 4% up to 8% of a purchase’s value in revenue. This can be an annoying task, with the users needing to bookmark the URL with the referral ID or needing to navigate to the website itself and clicking through a link. For most Amazon users, visiting the website, adding to cart, and ordering is the go-to method. This results in people forgetting to use the referral ID or simply not wanting to put in the effort. AAR solves this. Upon adding to your browser extensions, you can access the app’s settings which will let you input a referral ID. Please note that utilizing your own referral ID for your own purchases is against Amazon’s terms of service. After you confirm this change, any time you visit an Amazon page you’ll automatically be using the referral ID. No fuss on your end and no additional effort needed. Configure once and never worry again. There’s no catch and the app doesn’t require access to anything other than your Amazon page requests. No account access is required, no information is visible, and your privacy is completely safe. Disclaimer: If AAR is left unconfigured, the referral ID defaults to that of the app developers. Make sure to change the referral ID to the intended recipient!
معلومات أساسية عن التمديد
الاسم | |
ID | lhjcmoglpghpgeblfpfcekpdlfbggigf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/automatic-amazon-referral/lhjcmoglpghpgeblfpfcekpdlfbggigf |
الوصف | Redirects amazon and amazon smile product pages to your choice of affiliate. |
حجم الملف | 28.09 KB |
عدد التثبيتات | 95 |
النسخة الحالية | 2.1 |
آخر تحديث | 2019-03-08 |
تاريخ النشر | 2019-03-08 |
تقييم | 3.50/5 مجموع تقييمات 2 |
المطور | BrandonR355 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "author": "Brandon Robbins & David Kent", "background": { "scripts": [ "request.js" ] }, "description": "Redirects amazon and amazon smile product pages to your choice of affiliate.", "manifest_version": 2, "options_page": "options.html", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "name": "Automatic Amazon Referrals", "permissions": [ "storage", "webRequest", "webRequestBlocking", "http:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com\/*", "http:\/\/smile.amazon.com\/*", "https:\/\/smile.amazon.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1" } |