Amazon.com Quick Search
With this extension you can easily and quickly search on amazon.com
Wat is Amazon.com Quick Search?
Amazon.com Quick Search is een Chrome-extensie ontwikkeld door https://bixby.hu, en de belangrijkste functie is "With this extension you can easily and quickly search on amazon.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Amazon.com Quick Search
Download Amazon.com Quick Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Amazon.com Quick Search |
ID | mndedeicohpojglfkglmglmdkfmofmoi |
Officiële URL | https://chromewebstore.google.com/detail/amazoncom-quick-search/mndedeicohpojglfkglmglmdkfmofmoi |
Beschrijving | With this extension you can easily and quickly search on amazon.com |
Bestandsgrootte | 1.48 MB |
Aantal Installaties | 59 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2022-12-04 |
Publicatiedatum | 2022-12-04 |
Ontwikkelaar | https://bixby.hu |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |