Resell Analytics
An extension to assist an existing account for managing inventory on our website.
Resell Analytics क्या है?
Resell Analytics http://resellanalytics.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to assist an existing account for managing inventory on our website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Resell Analytics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |