Shop 4 Less
Compare other major sites and buy at right price
ما هو Shop 4 Less؟
Shop 4 Less هو إضافة Chrome تم تطويرها بواسطة Apptikka، والميزة الرئيسية لها هي "Compare other major sites and buy at right price".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Shop 4 Less
قم بتنزيل ملفات الامتداد Shop 4 Less بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
How many times during online shopping, before adding to cart you thought is there some other place that this product is cheaper than this price ? Well from now on, forget about the it. This extension will help you search other major websites (more than 200+ websites) and shows you the price those sites offer.
معلومات أساسية عن التمديد
الاسم | |
ID | nbdcdabndhehpnlfnfaooedgpbdpohhi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi |
الوصف | Compare other major sites and buy at right price |
حجم الملف | 28.53 KB |
عدد التثبيتات | 62 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-08-08 |
تاريخ النشر | 2016-08-08 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Apptikka |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.dealtikka.com/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shop 4 Less", "version": "1.0", "manifest_version": 2, "description": "Compare other major sites and buy at right price", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon.png", "48": "icon 48.png", "128": "icon 128.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |