Resell Analytics
An extension to assist an existing account for managing inventory on our website.
ما هو Resell Analytics؟
Resell Analytics هو إضافة Chrome تم تطويرها بواسطة http://resellanalytics.io، والميزة الرئيسية لها هي "An extension to assist an existing account for managing inventory on our website.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Resell Analytics
قم بتنزيل ملفات الامتداد Resell Analytics بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://resellanalytics.io |
عنوان صفحة سياسة الخصوصية | 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" ] } |