Amazon.com Quick Search

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

Vad är Amazon.com Quick Search?

Amazon.com Quick Search är en Chrome-tillägg utvecklad av https://bixby.hu, och dess huvudfunktion är "With this extension you can easily and quickly search on amazon.com".

Tilläggsskärmbilder

screenshot

Ladda ner Amazon.com Quick Search-förlängningens CRX-fil

Ladda ner Amazon.com Quick Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Amazon.com Quick Search Amazon.com Quick Search
ID mndedeicohpojglfkglmglmdkfmofmoi
Officiell webbadress https://chromewebstore.google.com/detail/amazoncom-quick-search/mndedeicohpojglfkglmglmdkfmofmoi
Beskrivning With this extension you can easily and quickly search on amazon.com
Filstorlek 1.48 MB
Antal Installationer 59
Aktuell Version 0.0.1
Senast Uppdaterad 2022-12-04
Publiceringsdatum 2022-12-04
Utvecklare https://bixby.hu
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}