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 |
Eメール | [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" ] } |