Amazon.com Quick Search
With this extension you can easily and quickly search on amazon.com
Cos'è Amazon.com Quick Search?
Amazon.com Quick Search è un'estensione di Chrome sviluppata da https://bixby.hu, e la sua funzione principale è "With this extension you can easily and quickly search on amazon.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazon.com Quick Search
Scarica i file di estensione Amazon.com Quick Search 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
This Chrome Extension can search on Amazon.com ecommerce shop in a new chrome tab and help for faster access. The Amazon extension will open the Amazon search result page, when you click search button. The extension includes the popular Amazon links for example Today's Deals, Coupons, Gift Cards, Amazon live, Watchlist and Your Account.
Informazioni di Base sull'Estensione
Nome | Amazon.com Quick Search |
ID | mndedeicohpojglfkglmglmdkfmofmoi |
URL Ufficiale | https://chromewebstore.google.com/detail/amazoncom-quick-search/mndedeicohpojglfkglmglmdkfmofmoi |
Descrizione | With this extension you can easily and quickly search on amazon.com |
Dimensione del File | 1.48 MB |
Conteggio Installazioni | 59 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2022-12-04 |
Data di Pubblicazione | 2022-12-04 |
Sviluppatore | https://bixby.hu |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Amazon.com Quick Search", "description": "With this extension you can easily and quickly search on amazon.com", "version": "0.0.1", "icons": { "16": "logo\/logo-16.png", "48": "logo\/logo-48.png", "128": "logo\/logo-128.png" }, "action": { "default_title": "Amazon.com Quick Search", "default_popup": "popup\/popup.html" }, "permissions": [], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "js": [ "foreground.js" ], "matches": [ "https:\/\/bixby.hu\/*" ] } ] } |