Resell Analytics
An extension to assist an existing account for managing inventory on our website.
Co to jest Resell Analytics?
Resell Analytics to rozszerzenie Chrome opracowane przez http://resellanalytics.io, a jego główną funkcją jest „An extension to assist an existing account for managing inventory on our website.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Resell Analytics
Pobierz pliki rozszerzeń Resell Analytics w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gnghighggkppniahbhiimhngmlcddefm |
Oficjalny URL | https://chrome.google.com/webstore/detail/resell-analytics/gnghighggkppniahbhiimhngmlcddefm |
Opis | An extension to assist an existing account for managing inventory on our website. |
Rozmiar pliku | 15.09 KB |
Liczba instalacji | 76 |
Aktualna Wersja | 1.5.0 |
Ostatnia Aktualizacja | 2020-08-18 |
Data Publikacji | 2020-05-11 |
Ocena | 3.00/5 Łącznie 1 Oceny |
Deweloper | http://resellanalytics.io |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://resellanalytics.io |
Adres URL Strony Pomocy | https://resellanalytics.io |
Adres URL Strony Polityki Prywatności | https://resellanalytics.io/privacy |
Obsługiwane Języki | 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" ] } |