eBay.in Affiliate Link Generator

Get your deeplink directly from the eBay.in page.

eBay.in Affiliate Link Generator क्या है?

eBay.in Affiliate Link Generator eBay India Affiliates द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get your deeplink directly from the eBay.in page."।

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

screenshot
screenshot
screenshot

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

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

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

                        Get your deeplink directly from the eBay.in page.                    

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

नाम eBay.in Affiliate Link Generator eBay.in Affiliate Link Generator
ID jfjbbakkeggpkjklfdiacnchjjmocoac
आधिकारिक URL https://chromewebstore.google.com/detail/ebayin-affiliate-link-gen/jfjbbakkeggpkjklfdiacnchjjmocoac
विवरण Get your deeplink directly from the eBay.in page.
फ़ाइल का आकार 36.37 KB
स्थापना संख्या 1,523
वर्तमान संस्करण 0.2
अंतिम अपडेट 2018-01-02
प्रकाशन तिथि 2018-01-02
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर eBay India Affiliates
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ebayindia.hasoffers.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eBay.in Affiliate Link Generator",
    "short_name": "eBay Links",
    "version": "0.2",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "eBay.in Affiliate Link Generator"
    },
    "permissions": [
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ebay.in\/*",
                "http:\/\/www.ebay.in\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ]
        }
    ]
}