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 https://cmdann.ca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info."।

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

screenshot

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

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