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…
Co to jest Amazon Rank Chrome Extension?
Amazon Rank Chrome Extension to rozszerzenie Chrome opracowane przez https://www.fbamaster.com, a jego główną funkcją jest „This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Amazon Rank Chrome Extension
Pobierz pliki rozszerzeń Amazon Rank Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Amazon Rank Chrome Extension |
ID | afcbjmdkfcdfbamemeadbpmabohjehcl |
Oficjalny URL | https://chromewebstore.google.com/detail/amazon-rank-chrome-extens/afcbjmdkfcdfbamemeadbpmabohjehcl |
Opis | This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that… |
Rozmiar pliku | 104 KB |
Liczba instalacji | 9,534 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2016-03-09 |
Data Publikacji | 2016-03-09 |
Ocena | 4.36/5 Łącznie 14 Oceny |
Deweloper | https://www.fbamaster.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |