Amazon.com Quick Search

With this extension you can easily and quickly search on amazon.com

Hvad er Amazon.com Quick Search?

Amazon.com Quick Search er en Chrome-udvidelse udviklet af https://bixby.hu, og dens hovedfunktion er "With this extension you can easily and quickly search on amazon.com".

Udvidelsesskærmbilleder

screenshot

Download Amazon.com Quick Search-udvidelses-CRX-fil

Download Amazon.com Quick Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Amazon.com Quick Search Amazon.com Quick Search
ID mndedeicohpojglfkglmglmdkfmofmoi
Officiel URL https://chromewebstore.google.com/detail/amazoncom-quick-search/mndedeicohpojglfkglmglmdkfmofmoi
Beskrivelse With this extension you can easily and quickly search on amazon.com
Filstørrelse 1.48 MB
Antal Installationer 59
Nuværende Version 0.0.1
Senest Opdateret 2022-12-04
Udgivelsesdato 2022-12-04
Udvikler https://bixby.hu
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
            ]
        }
    ]
}