Resell Analytics
An extension to assist an existing account for managing inventory on our website.
What is Resell Analytics?
Resell Analytics is a Chrome extension developed by http://resellanalytics.io, and its main feature is "An extension to assist an existing account for managing inventory on our website.".
Extension Screenshots
Download Resell Analytics Extension CRX File
Download Resell Analytics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | gnghighggkppniahbhiimhngmlcddefm |
Official URL | https://chrome.google.com/webstore/detail/resell-analytics/gnghighggkppniahbhiimhngmlcddefm |
Description | An extension to assist an existing account for managing inventory on our website. |
File Size | 15.09 KB |
Installation Count | 76 |
Current Version | 1.5.0 |
Last Updated | 2020-08-18 |
Publish Date | 2020-05-11 |
Rating | 3.00/5 Total 1 Ratings |
Developer | http://resellanalytics.io |
[email protected] | |
Payment Type | free |
Extension Website | https://resellanalytics.io |
Help Page URL | https://resellanalytics.io |
Privacy Policy Page URL | https://resellanalytics.io/privacy |
Supported Languages | 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" ] } |