Amazon Affiliater

Adds Aaron Spuler's associate id to all Amazon links

ما هو Amazon Affiliater؟

Amazon Affiliater هو إضافة Chrome تم تطويرها بواسطة https://www.weapon-blog.com، والميزة الرئيسية لها هي "Adds Aaron Spuler's associate id to all Amazon links".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Amazon Affiliater

قم بتنزيل ملفات الامتداد Amazon Affiliater بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Help support The Weapon Blog (http://www.weapon-blog.com)!

I am member of the Amazon Associate (https://affiliate-program.amazon.com/gp/associates/join/landing/tools.html) program. As such, I am eligible to receive a small amount of money in the form of referral fees (https://affiliate-program.amazon.com/gp/associates/join/landing/referralfees.html) on products purchased.

If you use my referral ID, then Amazon will pay me a small referral fee whenever you purchase something from them. After the initial setup, you do not have to do anything on your part. My referral ID is automatically added to Amazon links. I do not have visibility in to who is utilizing my referral ID, so privacy and anonymity is not a concern.

The reason that this extension asks for permission on every site visited is because it parses links to Amazon.com and appends my referral ID to the links, regardless of what page the link resides on.                    

معلومات أساسية عن التمديد

الاسم Amazon Affiliater Amazon Affiliater
ID mbmcjjeempcolfppgamddpmfmofbhjjf
عنوان URL الرسمي https://chromewebstore.google.com/detail/amazon-affiliater/mbmcjjeempcolfppgamddpmfmofbhjjf
الوصف Adds Aaron Spuler's associate id to all Amazon links
حجم الملف 3.31 KB
عدد التثبيتات 20
النسخة الحالية 1.1.3
آخر تحديث 2018-10-25
تاريخ النشر 2018-10-25
تقييم 3.33/5 مجموع تقييمات 3
المطور https://www.weapon-blog.com
نوع الدفع free
موقع الإضافة https://www.weapon-blog.com
عنوان صفحة المساعدة https://www.weapon-blog.com/tip-jar/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Adds Aaron Spuler's associate id to all Amazon links",
    "name": "Amazon Affiliater",
    "manifest_version": 2,
    "version": "1.1.3"
}