Amazon Rank Chrome Extension

This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…

Qu'est-ce que Amazon Rank Chrome Extension ?

Amazon Rank Chrome Extension est une extension Chrome développée par https://www.fbamaster.com, et sa fonction principale est "This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Amazon Rank Chrome Extension

Téléchargez les fichiers d'extension Amazon Rank Chrome Extension 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 extension allows you to quickly see the number of items sold in each category and what you percent the item is in that category.                    

Informations de Base sur l'Extension

Nom Amazon Rank Chrome Extension Amazon Rank Chrome Extension
ID afcbjmdkfcdfbamemeadbpmabohjehcl
URL Officiel https://chromewebstore.google.com/detail/amazon-rank-chrome-extens/afcbjmdkfcdfbamemeadbpmabohjehcl
Description This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…
Taille du Fichier 104 KB
Nombre d'Installations 9,534
Version Actuelle 1.3
Dernière Mise à Jour 2016-03-09
Date de Publication 2016-03-09
Évaluation 4.36/5 Total 14 Évaluations
Développeur https://www.fbamaster.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Rank Chrome Extension",
    "description": "",
    "version": "1.3",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "settings.js",
                "jquery-2.2.1.js",
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "webNavigation"
    ]
}