Amazon Affiliate Linkerizer

Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.

Amazon Affiliate Linkerizer क्या है?

Amazon Affiliate Linkerizer https://www.jimmypautz.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard."।

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

screenshot

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

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

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

                        Adds a button that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.                    

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

नाम Amazon Affiliate Linkerizer Amazon Affiliate Linkerizer
ID ienfbnlpkangilghbiipkfiibnfgfnad
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-affiliate-linkeriz/ienfbnlpkangilghbiipkfiibnfgfnad
विवरण Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.
फ़ाइल का आकार 25.66 KB
स्थापना संख्या 205
वर्तमान संस्करण 18.5.21
अंतिम अपडेट 2018-05-21
प्रकाशन तिथि 2018-05-21
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर https://www.jimmypautz.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://jimmypautz.com/amazon-affiliate-linkerizer/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Affiliate Linkerizer",
    "author": "Jimmy Pautz",
    "version": "18.5.21",
    "description": "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.",
    "icons": {
        "128": "images\/icon128.png",
        "32": "images\/icon32.png"
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "settings\/options.html"
    },
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_icon": "images\/icon64.png",
        "default_title": "Amazon Affiliate Linkerizer"
    },
    "permissions": [
        "tabs",
        "clipboardWrite",
        "storage"
    ],
    "applications": {
        "gecko": {
            "id": "{d7af3e00-b7a9-44d3-b374-71872b9e581a}"
        }
    }
}