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é es Amazon Rank Chrome Extension?
Amazon Rank Chrome Extension es una extensión de Chrome desarrollada por https://www.fbamaster.com, y su función principal es "This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Amazon Rank Chrome Extension
Descarga archivos de extensión Amazon Rank Chrome Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Amazon Rank Chrome Extension |
ID | afcbjmdkfcdfbamemeadbpmabohjehcl |
URL Oficial | https://chromewebstore.google.com/detail/amazon-rank-chrome-extens/afcbjmdkfcdfbamemeadbpmabohjehcl |
Descripción | This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that… |
Tamaño del Archivo | 104 KB |
Cantidad de Instalaciones | 9,534 |
Versión Actual | 1.3 |
Última Actualización | 2016-03-09 |
Fecha de Publicación | 2016-03-09 |
Calificación | 4.36/5 Total de 14 Calificaciones |
Desarrollador | https://www.fbamaster.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |