eBay.in Affiliate Link Generator

Get your deeplink directly from the eBay.in page.

Co je eBay.in Affiliate Link Generator?

eBay.in Affiliate Link Generator je rozšíření Chrome vyvinuté eBay India Affiliates, a jeho hlavní funkcí je „Get your deeplink directly from the eBay.in page.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření eBay.in Affiliate Link Generator

Stáhněte si soubory rozšíření eBay.in Affiliate Link Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Get your deeplink directly from the eBay.in page.                    

Základní Informace o Rozšíření

Název eBay.in Affiliate Link Generator eBay.in Affiliate Link Generator
ID jfjbbakkeggpkjklfdiacnchjjmocoac
Oficiální URL https://chromewebstore.google.com/detail/ebayin-affiliate-link-gen/jfjbbakkeggpkjklfdiacnchjjmocoac
Popis Get your deeplink directly from the eBay.in page.
Velikost souboru 36.37 KB
Počet instalací 1,523
Aktuální Verze 0.2
Poslední Aktualizace 2018-01-02
Datum Vydání 2018-01-02
Hodnocení 5.00/5 Celkem 12 Hodnocení
Vývojář eBay India Affiliates
Typ Platby free
Webové stránky Rozšíření https://ebayindia.hasoffers.com/
Podporované Jazyky 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"
            ]
        }
    ]
}