IReviews Shopping Assistant
Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.
ما هو IReviews Shopping Assistant؟
IReviews Shopping Assistant هو إضافة Chrome تم تطويرها بواسطة https://ireviews.com/shopping-assistant، والميزة الرئيسية لها هي "Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IReviews Shopping Assistant
قم بتنزيل ملفات الامتداد IReviews Shopping Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Receive notifications letting you know when items are back in stock. Get recommendations for cards that help you earn even more savings when purchasing products.
معلومات أساسية عن التمديد
الاسم | IReviews Shopping Assistant |
ID | ppjcaodegfaoikboamajamdiggbalnai |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ireviews-shopping-assista/ppjcaodegfaoikboamajamdiggbalnai |
الوصف | Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores. |
حجم الملف | 2.41 MB |
عدد التثبيتات | 70 |
النسخة الحالية | 3.0.10 |
آخر تحديث | 2022-12-03 |
تاريخ النشر | 2021-07-19 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://ireviews.com/shopping-assistant |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.ireviews.com/ |
عنوان صفحة المساعدة | https://www.ireviews.com/contact |
عنوان صفحة سياسة الخصوصية | https://www.ireviews.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "name": "IReviews Shopping Assistant", "version": "3.0.10", "description": "Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.", "icons": { "512": "NewLogo.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "scripting", "notifications" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/api.ireviews.com\/*", "https:\/\/fonts.googleapis.com\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/static\/js\/jquery-3.6.0.min.js", ".\/static\/js\/chart.min.js", "foreground.js", "gtag.js" ] } ] } |