eBay.in Affiliate Link Generator
Get your deeplink directly from the eBay.in page.
Qu'est-ce que eBay.in Affiliate Link Generator ?
eBay.in Affiliate Link Generator est une extension Chrome développée par eBay India Affiliates, et sa fonction principale est "Get your deeplink directly from the eBay.in page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension eBay.in Affiliate Link Generator
Téléchargez les fichiers d'extension eBay.in Affiliate Link Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Get your deeplink directly from the eBay.in page.
Informations de Base sur l'Extension
Nom | eBay.in Affiliate Link Generator |
ID | jfjbbakkeggpkjklfdiacnchjjmocoac |
URL Officiel | https://chromewebstore.google.com/detail/ebayin-affiliate-link-gen/jfjbbakkeggpkjklfdiacnchjjmocoac |
Description | Get your deeplink directly from the eBay.in page. |
Taille du Fichier | 36.37 KB |
Nombre d'Installations | 1,523 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2018-01-02 |
Date de Publication | 2018-01-02 |
Évaluation | 5.00/5 Total 12 Évaluations |
Développeur | eBay India Affiliates |
Type de Paiement | free |
Site Web de l'Extension | https://ebayindia.hasoffers.com/ |
Langues Prises en Charge | 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" ] } ] } |