Resell Analytics
An extension to assist an existing account for managing inventory on our website.
Wat is Resell Analytics?
Resell Analytics is een Chrome-extensie ontwikkeld door http://resellanalytics.io, en de belangrijkste functie is "An extension to assist an existing account for managing inventory on our website.".
Extensie Screenshots
Download het CRX-bestand van de extensie Resell Analytics
Download Resell Analytics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | gnghighggkppniahbhiimhngmlcddefm |
Officiële URL | https://chrome.google.com/webstore/detail/resell-analytics/gnghighggkppniahbhiimhngmlcddefm |
Beschrijving | An extension to assist an existing account for managing inventory on our website. |
Bestandsgrootte | 15.09 KB |
Aantal Installaties | 76 |
Huidige Versie | 1.5.0 |
Laatst Bijgewerkt | 2020-08-18 |
Publicatiedatum | 2020-05-11 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://resellanalytics.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://resellanalytics.io |
Help Pagina-URL | https://resellanalytics.io |
URL van de Privacybeleid Pagina | https://resellanalytics.io/privacy |
Ondersteunde Talen | 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" ] } |