eBay.in Affiliate Link Generator

Get your deeplink directly from the eBay.in page.

Wat is eBay.in Affiliate Link Generator?

eBay.in Affiliate Link Generator is een Chrome-extensie ontwikkeld door eBay India Affiliates, en de belangrijkste functie is "Get your deeplink directly from the eBay.in page.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie eBay.in Affiliate Link Generator

Download eBay.in Affiliate Link Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Get your deeplink directly from the eBay.in page.                    

Basisinformatie over de Extensie

Naam eBay.in Affiliate Link Generator eBay.in Affiliate Link Generator
ID jfjbbakkeggpkjklfdiacnchjjmocoac
Officiële URL https://chromewebstore.google.com/detail/ebayin-affiliate-link-gen/jfjbbakkeggpkjklfdiacnchjjmocoac
Beschrijving Get your deeplink directly from the eBay.in page.
Bestandsgrootte 36.37 KB
Aantal Installaties 1,523
Huidige Versie 0.2
Laatst Bijgewerkt 2018-01-02
Publicatiedatum 2018-01-02
Beoordeling 5.00/5 Totaal 12 Beoordelingen
Ontwikkelaar eBay India Affiliates
Betalingswijze free
Extensiewebsite https://ebayindia.hasoffers.com/
Ondersteunde Talen 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"
            ]
        }
    ]
}