One Click Amazon

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

Qu'est-ce que One Click Amazon ?

One Click Amazon est une extension Chrome développée par https://ebaygenerator.com, et sa fonction principale est "One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension One Click Amazon

Téléchargez les fichiers d'extension One Click Amazon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom One Click Amazon One Click Amazon
ID olkolhjiejapjfbkbcfbdfkacamchfko
URL Officiel https://chrome.google.com/webstore/detail/one-click-amazon/olkolhjiejapjfbkbcfbdfkacamchfko
Description One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon.
Taille du Fichier 36.76 KB
Nombre d'Installations 27
Version Actuelle 4.0
Dernière Mise à Jour 2018-12-05
Date de Publication 2018-12-05
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://ebaygenerator.com
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}