Ysell Chrome Extension
The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing.
Qu'est-ce que Ysell Chrome Extension ?
Ysell Chrome Extension est une extension Chrome développée par Test, et sa fonction principale est "The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ysell Chrome Extension
Téléchargez les fichiers d'extension Ysell Chrome Extension 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
Index Checker it's the extension for checking the index on the Amazon listings. Supported all Amazon markets (DE, ES, IT, FR, USA, etc.)
Informations de Base sur l'Extension
Nom | |
ID | ajlebcfkiimbbaeodaejlodhapkpojeg |
URL Officiel | https://chromewebstore.google.com/detail/ysell-chrome-extension/ajlebcfkiimbbaeodaejlodhapkpojeg |
Description | The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing. |
Taille du Fichier | 54.37 KB |
Nombre d'Installations | 76 |
Version Actuelle | 1.2.3 |
Dernière Mise à Jour | 2023-03-24 |
Date de Publication | 2022-09-12 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | Test |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ysell Chrome Extension", "description": "The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing.", "version": "1.2.3", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.nl\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "action": { "default_icon": { "16": "\/images\/ysell16.png", "32": "\/images\/ysell32.png", "48": "\/images\/ysell48.png", "128": "\/images\/ysell128.png" } }, "icons": { "16": "\/images\/ysell16.png", "32": "\/images\/ysell32.png", "48": "\/images\/ysell48.png", "128": "\/images\/ysell128.png" }, "options_page": "options.html" } |