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…

Vad är Amazon Rank Chrome Extension?

Amazon Rank Chrome Extension är en Chrome-tillägg utvecklad av https://www.fbamaster.com, och dess huvudfunktion är "This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…".

Tilläggsskärmbilder

screenshot

Ladda ner Amazon Rank Chrome Extension-förlängningens CRX-fil

Ladda ner Amazon Rank Chrome Extension-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 extension allows you to quickly see the number of items sold in each category and what you percent the item is in that category.                    

Grundläggande Information om Tillägg

Namn Amazon Rank Chrome Extension Amazon Rank Chrome Extension
ID afcbjmdkfcdfbamemeadbpmabohjehcl
Officiell webbadress https://chromewebstore.google.com/detail/amazon-rank-chrome-extens/afcbjmdkfcdfbamemeadbpmabohjehcl
Beskrivning This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…
Filstorlek 104 KB
Antal Installationer 9,534
Aktuell Version 1.3
Senast Uppdaterad 2016-03-09
Publiceringsdatum 2016-03-09
Betyg 4.36/5 Totalt 14 Betyg
Utvecklare https://www.fbamaster.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}