Resell Analytics
An extension to assist an existing account for managing inventory on our website.
什么是Resell Analytics?
Resell Analytics是由http://resellanalytics.io开发的Chrome扩展程序,该扩展的主要功能是“An extension to assist an existing account for managing inventory on our website.”。
扩展截图
下载Resell Analytics扩展crx文件
下载Resell Analytics扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | gnghighggkppniahbhiimhngmlcddefm |
官方URL | https://chrome.google.com/webstore/detail/resell-analytics/gnghighggkppniahbhiimhngmlcddefm |
简介 | An extension to assist an existing account for managing inventory on our website. |
文件大小 | 15.09 KB |
安装次数 | 76 |
当前版本 | 1.5.0 |
更新时间 | 2020-08-18 |
上架时间 | 2020-05-11 |
评分 | 3.00/5 共1次评分 |
开发者 | http://resellanalytics.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://resellanalytics.io |
帮助页面URL | https://resellanalytics.io |
隐私政策页面URL | https://resellanalytics.io/privacy |
支持的语言 | 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" ] } |