Resell Analytics
An extension to assist an existing account for managing inventory on our website.
O que é Resell Analytics?
Resell Analytics é uma extensão do Chrome desenvolvida por http://resellanalytics.io, e sua principal característica é "An extension to assist an existing account for managing inventory on our website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Resell Analytics
Baixe arquivos de extensão Resell Analytics no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This pairs with an account on our website. It assists with tracking your inventory and helps make our app easier to use and integrate with your favorite third party sites!
Informações Básicas da Extensão
Nome | |
ID | gnghighggkppniahbhiimhngmlcddefm |
URL Oficial | https://chrome.google.com/webstore/detail/resell-analytics/gnghighggkppniahbhiimhngmlcddefm |
Descrição | An extension to assist an existing account for managing inventory on our website. |
Tamanho do Arquivo | 15.09 KB |
Contagem de Instalações | 76 |
Versão Atual | 1.5.0 |
Última Atualização | 2020-08-18 |
Data de Publicação | 2020-05-11 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | http://resellanalytics.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://resellanalytics.io |
URL da Página de Ajuda | https://resellanalytics.io |
URL da Página de Política de Privacidade | https://resellanalytics.io/privacy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Resell Analytics", "description": "An extension to assist an existing account for managing inventory on our website.", "version": "1.5.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Resell Analytics", "default_popup": "popup.html", "default_icon": "ra64.png" }, "permissions": [ "cookies", "storage", "https:\/\/www.goat.com\/", "https:\/\/dashboard.resellanalytics.io\/", "https:\/\/stockx.com\/", "activeTab" ] } |