Amazon Affiliater

Adds Aaron Spuler's associate id to all Amazon links

Amazon Affiliater क्या है?

Amazon Affiliater https://www.weapon-blog.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds Aaron Spuler's associate id to all Amazon links"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Amazon Affiliater एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
}