Resell Analytics
An extension to assist an existing account for managing inventory on our website.
Co je Resell Analytics?
Resell Analytics je rozšíření Chrome vyvinuté http://resellanalytics.io, a jeho hlavní funkcí je „An extension to assist an existing account for managing inventory on our website.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Resell Analytics
Stáhněte si soubory rozšíření Resell Analytics ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | gnghighggkppniahbhiimhngmlcddefm |
Oficiální URL | https://chrome.google.com/webstore/detail/resell-analytics/gnghighggkppniahbhiimhngmlcddefm |
Popis | An extension to assist an existing account for managing inventory on our website. |
Velikost souboru | 15.09 KB |
Počet instalací | 76 |
Aktuální Verze | 1.5.0 |
Poslední Aktualizace | 2020-08-18 |
Datum Vydání | 2020-05-11 |
Hodnocení | 3.00/5 Celkem 1 Hodnocení |
Vývojář | http://resellanalytics.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://resellanalytics.io |
URL Stránky Nápovědy | https://resellanalytics.io |
URL Stránky Zásad Ochrany Soukromí | https://resellanalytics.io/privacy |
Podporované Jazyky | 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" ] } |