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 |
官方網址 | 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" ] } |