Smartprix - Best Price Comparison App
Get the lowest price no matter where you are
ما هو Smartprix - Best Price Comparison App؟
Smartprix - Best Price Comparison App هو إضافة Chrome تم تطويرها بواسطة Smartprix.com، والميزة الرئيسية لها هي "Get the lowest price no matter where you are".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Smartprix - Best Price Comparison App
قم بتنزيل ملفات الامتداد Smartprix - Best Price Comparison App بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Find the lowest price and similar products automatically across 100+ online stores in India. Smartprix.com is India’s best price comparison shopping app to buy online. Click on Smartprix icon to quickly search a product on Smartprix and for quick access to popular stores in India. Hassle Free Experience with Smartprix Online Shopping & Comparison App: • No need to waste time for finding lowest prices online & best deals • Prompt help in online shopping • Quickly search across all online stores Our whole team strive to save your money and precious time, never shop without using Smartprix. If you like the Smartprix tell your friends about the awesome shopping experience, and if you don’t like it tell us at [email protected]. NOTE: We currently support shopping sites in India only.
معلومات أساسية عن التمديد
الاسم | Smartprix - Best Price Comparison App |
ID | enljpjnlogidifamchbmaggncdcbeikf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/smartprix-best-price-comp/enljpjnlogidifamchbmaggncdcbeikf |
الوصف | Get the lowest price no matter where you are |
حجم الملف | 44.88 KB |
عدد التثبيتات | 1,114 |
النسخة الحالية | 0.5.1 |
آخر تحديث | 2019-06-17 |
تاريخ النشر | 2019-06-17 |
تقييم | 4.43/5 مجموع تقييمات 14 |
المطور | Smartprix.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.smartprix.com |
عنوان صفحة المساعدة | https://www.smartprix.com/about/contact |
عنوان صفحة سياسة الخصوصية | https://www.smartprix.com/about/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.5.1", "name": "Smartprix - Best Price Comparison App", "short_name": "Smartprix", "description": "Get the lowest price no matter where you are", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "*:\/\/*\/*", "activeTab", "geolocation" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; object-src 'self'", "browser_action": { "default_icon": { "19": "img\/icon_19px.png", "38": "img\/icon_38px.png", "128": "img\/icon_128px.png" }, "default_popup": "html\/popup.html" }, "icons": { "19": "img\/icon_19px.png", "38": "img\/icon_38px.png", "128": "img\/icon_128px.png" }, "externally_connectable": { "matches": [ "*:\/\/*.smartprix.com\/*" ] } } |