One Click Amazon

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

O que é One Click Amazon?

One Click Amazon é uma extensão do Chrome desenvolvida por https://ebaygenerator.com, e sua principal característica é "One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão One Click Amazon

Baixe arquivos de extensão One Click Amazon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome One Click Amazon One Click Amazon
ID olkolhjiejapjfbkbcfbdfkacamchfko
URL Oficial https://chrome.google.com/webstore/detail/one-click-amazon/olkolhjiejapjfbkbcfbdfkacamchfko
Descrição One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon.
Tamanho do Arquivo 36.76 KB
Contagem de Instalações 27
Versão Atual 4.0
Última Atualização 2018-12-05
Data de Publicação 2018-12-05
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor https://ebaygenerator.com
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}