eBay.in Affiliate Link Generator

Get your deeplink directly from the eBay.in page.

Vad är eBay.in Affiliate Link Generator?

eBay.in Affiliate Link Generator är en Chrome-tillägg utvecklad av eBay India Affiliates, och dess huvudfunktion är "Get your deeplink directly from the eBay.in page.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner eBay.in Affiliate Link Generator-förlängningens CRX-fil

Ladda ner eBay.in Affiliate Link Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Get your deeplink directly from the eBay.in page.                    

Grundläggande Information om Tillägg

Namn eBay.in Affiliate Link Generator eBay.in Affiliate Link Generator
ID jfjbbakkeggpkjklfdiacnchjjmocoac
Officiell webbadress https://chromewebstore.google.com/detail/ebayin-affiliate-link-gen/jfjbbakkeggpkjklfdiacnchjjmocoac
Beskrivning Get your deeplink directly from the eBay.in page.
Filstorlek 36.37 KB
Antal Installationer 1,523
Aktuell Version 0.2
Senast Uppdaterad 2018-01-02
Publiceringsdatum 2018-01-02
Betyg 5.00/5 Totalt 12 Betyg
Utvecklare eBay India Affiliates
Betalningssätt free
Tilläggswebbplats https://ebayindia.hasoffers.com/
Stödda Språk 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"
            ]
        }
    ]
}