Hummingbird Hover-Graph
On any Amazon product page click the extension icon to check price and sales rank history.
ما هو Hummingbird Hover-Graph؟
Hummingbird Hover-Graph هو إضافة Chrome تم تطويرها بواسطة https://tacticalarbitrage.com، والميزة الرئيسية لها هي "On any Amazon product page click the extension icon to check price and sales rank history.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hummingbird Hover-Graph
قم بتنزيل ملفات الامتداد Hummingbird Hover-Graph بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Now anyone can check an Amazon product for price and sales rank history. The extension is really easy to use. Simply head to any Amazon product page and click the extension icon. Up will pop an interactive graph with data you can hover over to see key information you need to help you analyze any Amazon product for important sourcing decisions. Privacy Policy - https://tacticalarbitrage.com/privacy-policy/
معلومات أساسية عن التمديد
الاسم | Hummingbird Hover-Graph |
ID | fnjngbnfomhcjmcdmnlkhdjoicphlidl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hummingbird-hover-graph/fnjngbnfomhcjmcdmnlkhdjoicphlidl |
الوصف | On any Amazon product page click the extension icon to check price and sales rank history. |
حجم الملف | 289 KB |
عدد التثبيتات | 2,836 |
النسخة الحالية | 1.0.15 |
آخر تحديث | 2021-06-22 |
تاريخ النشر | 2020-05-28 |
تقييم | 4.63/5 مجموع تقييمات 8 |
المطور | https://tacticalarbitrage.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.tacticalarbitrage.com |
عنوان صفحة سياسة الخصوصية | https://tacticalarbitrage.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "manifest_version": 2, "name": "Hummingbird Hover-Graph", "short_name": "Hummingbird Hover-Graph", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.15", "description": "On any Amazon product page click the extension icon to check price and sales rank history.", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "html\/button.html" }, "icons": { "128": "images\/icon128.png" }, "options_page": "html\/options.html", "permissions": [ "https:\/\/tacticalarbitrage.com\/*", "https:\/\/*.tacticalarbitrage.com\/*", "https:\/\/tacticalflips.com\/*", "https:\/\/*.tacticalflips.com\/*", "cookies", "tabs" ] } |