eBay.in Affiliate Link Generator

Get your deeplink directly from the eBay.in page.

Co to jest eBay.in Affiliate Link Generator?

eBay.in Affiliate Link Generator to rozszerzenie Chrome opracowane przez eBay India Affiliates, a jego główną funkcją jest „Get your deeplink directly from the eBay.in page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia eBay.in Affiliate Link Generator

Pobierz pliki rozszerzeń eBay.in Affiliate Link Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Get your deeplink directly from the eBay.in page.                    

Podstawowe informacje o rozszerzeniu

Nazwa eBay.in Affiliate Link Generator eBay.in Affiliate Link Generator
ID jfjbbakkeggpkjklfdiacnchjjmocoac
Oficjalny URL https://chromewebstore.google.com/detail/ebayin-affiliate-link-gen/jfjbbakkeggpkjklfdiacnchjjmocoac
Opis Get your deeplink directly from the eBay.in page.
Rozmiar pliku 36.37 KB
Liczba instalacji 1,523
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2018-01-02
Data Publikacji 2018-01-02
Ocena 5.00/5 Łącznie 12 Oceny
Deweloper eBay India Affiliates
Typ Płatności free
Strona Rozszerzenia https://ebayindia.hasoffers.com/
Obsługiwane Języki 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"
            ]
        }
    ]
}