Deals, Coupons & Compare Price
Scandid, Savings ka Sahi Jugaad for shopping in India- Now on your Browser! Compare, Save.
Deals, Coupons & Compare Price क्या है?
Deals, Coupons & Compare Price https://scandid.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scandid, Savings ka Sahi Jugaad for shopping in India- Now on your Browser! Compare, Save."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Deals, Coupons & Compare Price एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With Scandid's Smart Shopping Assistant now you can: - Compare prices of products from different eCommerce websites. - Discover Similar/Related products. - Discover Top Deals customized for you. - Discover All coupons available for top eCommerce websites. - Auto-couponing, which auto applies all available coupons and recalibrate the savings for you. - Create a universal single wishlist across eCommerce websites. - Get Instant Price Drop alerts. - Product Discovery. Find lowest prices with deals and coupons for 30+ million products and over 1.4 million books on Scandid. Scandid integrates with your browser & helps you discover the best deals along with all available coupons across 100+ online stores while you are surfing for any product. We aggregate price and product information from various merchants to empower you to save more, every-time. We have helped our users save millions of rupees so far on products like mobile phones, tablets, cameras, televisions, apparel, shoes, and more.
एक्सटेंशन की मूल जानकारी
नाम | Deals, Coupons & Compare Price |
ID | ndacnpklcebefchjandfmccphpfokpog |
आधिकारिक URL | https://chromewebstore.google.com/detail/deals-coupons-compare-pri/ndacnpklcebefchjandfmccphpfokpog |
विवरण | Scandid, Savings ka Sahi Jugaad for shopping in India- Now on your Browser! Compare, Save. |
फ़ाइल का आकार | 90.36 KB |
स्थापना संख्या | 221 |
वर्तमान संस्करण | 1.0.0.2 |
अंतिम अपडेट | 2021-12-07 |
प्रकाशन तिथि | 2016-12-27 |
रेटिंग | 5.00/5 कुल 18 रेटिंग्स |
डेवलपर | https://scandid.in |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://scandid.in |
सहायता पृष्ठ URL | http://scandid.in/help/faq |
गोपनीयता नीति पृष्ठ URL | http://scandid.in/help/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Deals, Coupons & Compare Price", "description": "Scandid, Savings ka Sahi Jugaad for shopping in India- Now on your Browser! Compare, Save.", "version": "1.0.0.2", "author": "[email protected]", "short_name": "Scandid", "homepage_url": "https:\/\/scandid.in\/", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "persistent": false, "scripts": [ "jquery.min.js", "swbg.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "content.js" ], "run_at": "document_end" } ], "oauth2": { "client_id": "49974347797-vd8g8h12fjc63lackaheomo8d4ddup9d.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive" ] }, "permissions": [ "gcm", "management", "cookies", "storage", "notifications", "activeTab", "geolocation", "background", "http:\/\/*\/*", "https:\/\/*\/*" ] } |