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…

Wat is Amazon Rank Chrome Extension?

Amazon Rank Chrome Extension is een Chrome-extensie ontwikkeld door https://www.fbamaster.com, en de belangrijkste functie is "This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Amazon Rank Chrome Extension

Download Amazon Rank Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Amazon Rank Chrome Extension Amazon Rank Chrome Extension
ID afcbjmdkfcdfbamemeadbpmabohjehcl
Officiële URL https://chromewebstore.google.com/detail/amazon-rank-chrome-extens/afcbjmdkfcdfbamemeadbpmabohjehcl
Beschrijving This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…
Bestandsgrootte 104 KB
Aantal Installaties 9,534
Huidige Versie 1.3
Laatst Bijgewerkt 2016-03-09
Publicatiedatum 2016-03-09
Beoordeling 4.36/5 Totaal 14 Beoordelingen
Ontwikkelaar https://www.fbamaster.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}