ASIN Nabber
Grabs the ASIN from a page
Cos'è ASIN Nabber?
ASIN Nabber è un'estensione di Chrome sviluppata da antecmo, e la sua funzione principale è "Grabs the ASIN from a page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ASIN Nabber
Scarica i file di estensione ASIN Nabber 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
A simple ASIN extractor. This tool will quickly extract, one or many Amazon Standard Identification Number (ASIN) from a given Amazon page. Will save collection as you brows, save to clipboard and delte.
Informazioni di Base sull'Estensione
Nome | ASIN Nabber |
ID | bgbgkgcfooglepdpgmclmfjcnbaafioe |
URL Ufficiale | https://chromewebstore.google.com/detail/asin-nabber/bgbgkgcfooglepdpgmclmfjcnbaafioe |
Descrizione | Grabs the ASIN from a page |
Dimensione del File | 18.49 KB |
Conteggio Installazioni | 109 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2017-06-04 |
Data di Pubblicazione | 2017-06-04 |
Valutazione | 1.50/5 Totale 2 Valutazioni |
Sviluppatore | antecmo |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://twitter.com/mousedown |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ASIN Nabber", "description": "Grabs the ASIN from a page", "version": "1.2", "icons": { "16": "grab16.png", "48": "grab48.png", "128": "grab128.png" }, "web_accessible_resources": [ "bomb48.png" ], "permissions": [ "notifications", "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*" ], "js": [ "nabber.js" ] } ], "browser_action": { "default_title": "ASIN Nabber", "default_icon": "grab128.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |