Amazon Affiliates Link Maker

Quickly create Amazon Affiliate links while browsing Amazon.

Amazon Affiliates Link Maker क्या है?

Amazon Affiliates Link Maker Mr Sploodge द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly create Amazon Affiliate links while browsing Amazon."।

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

screenshot

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

crx प्रारूप में Amazon Affiliates Link Maker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension is ideal for those creating many links to Amazon Affiliated products. just click the icon whilst browsing an Amazon product and copy the clean Affiliate Link.  You can easily change the Affiliate ID to your own. 

Version 1.1 - Minor code edits. Updated description.
Version 1.0 - Initial release.

Please note that this extension defaults to my Amazon Affiliate ID. Make sure you change this in the options or I will be getting free money :)                    

एक्सटेंशन की मूल जानकारी

नाम Amazon Affiliates Link Maker Amazon Affiliates Link Maker
ID egkocgaccgbefacjmdnlfmlmccgacjck
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-affiliates-link-ma/egkocgaccgbefacjmdnlfmlmccgacjck
विवरण Quickly create Amazon Affiliate links while browsing Amazon.
फ़ाइल का आकार 156 KB
स्थापना संख्या 6,876
वर्तमान संस्करण 1.1
अंतिम अपडेट 2015-03-02
प्रकाशन तिथि 2015-03-02
रेटिंग 3.80/5 कुल 10 रेटिंग्स
डेवलपर Mr Sploodge
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "description": "Quickly create Amazon Affiliate links while browsing Amazon.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Amazon Affiliates Link Maker",
    "options_page": "options.html",
    "page_action": {
        "default_icon": "icon-16.png",
        "default_popup": "popup.html",
        "default_title": "Amazon Affiliates Link Maker"
    },
    "permissions": [
        "clipboardWrite",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}