Ysell Chrome Extension
The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing.
Cos'è Ysell Chrome Extension?
Ysell Chrome Extension è un'estensione di Chrome sviluppata da Test, e la sua funzione principale è "The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ysell Chrome Extension
Scarica i file di estensione Ysell Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Index Checker it's the extension for checking the index on the Amazon listings. Supported all Amazon markets (DE, ES, IT, FR, USA, etc.)
Informazioni di Base sull'Estensione
Nome | |
ID | ajlebcfkiimbbaeodaejlodhapkpojeg |
URL Ufficiale | https://chromewebstore.google.com/detail/ysell-chrome-extension/ajlebcfkiimbbaeodaejlodhapkpojeg |
Descrizione | The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing. |
Dimensione del File | 54.37 KB |
Conteggio Installazioni | 76 |
Versione Corrente | 1.2.3 |
Ultimo Aggiornamento | 2023-03-24 |
Data di Pubblicazione | 2022-09-12 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | Test |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |