One Click Amazon

One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon.

Vad är One Click Amazon?

One Click Amazon är en Chrome-tillägg utvecklad av https://ebaygenerator.com, och dess huvudfunktion är "One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon.".

Tilläggsskärmbilder

screenshot

Ladda ner One Click Amazon-förlängningens CRX-fil

Ladda ner One Click Amazon-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 app is a shortcut which can be downloaded straight to your desktop bar. This is a FREE extension plugin designed to be convenient and easy to access for all! One download is all you need to access Amazon at any time you wish - all you need to do is simply click on the icon in your tool bar

Amazon is a trademark of Amazon.com, Inc. or its affiliates.                    

Grundläggande Information om Tillägg

Namn One Click Amazon One Click Amazon
ID olkolhjiejapjfbkbcfbdfkacamchfko
Officiell webbadress https://chrome.google.com/webstore/detail/one-click-amazon/olkolhjiejapjfbkbcfbdfkacamchfko
Beskrivning One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon.
Filstorlek 36.76 KB
Antal Installationer 27
Aktuell Version 4.0
Senast Uppdaterad 2018-12-05
Publiceringsdatum 2018-12-05
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare https://ebaygenerator.com
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Click Amazon",
    "description": "One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon.",
    "version": "4.0",
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/ebaygeneraor.com\/*"
    ]
}