Student Saver
Automatically find student discount codes when you shop online!
Student Saver क्या है?
Student Saver Student Saver Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically find student discount codes when you shop online!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Student Saver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Students! Never miss a discount again. Automatically find student discount codes while you’re shopping. Student saver will appear green when it has got a code and with a single click, brings you straight to it. Save money on 100s of sites like Apple, Microsoft, Adidas, ASOS, Pizza Hut, Nike and many more! Want a new phone? Get up to 10% Apple and Samsung. Booking a holiday? Get 10% off your hotel with Expedia. Like takeaways? Get up to 40% off ASK ITALIAN. Wanna treat a lecturer? Get 10% off ASOS. Discounts found in Fashion, Technology, Food & Drink, Health & Fitness and much more! We currently support shopping sites in the United Kingdom. *DISCLAIMER* Money saved using this extension should not be used on textbooks.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gkoehlppadhdgblcdjeogodnandinoda |
आधिकारिक URL | https://chrome.google.com/webstore/detail/student-saver/gkoehlppadhdgblcdjeogodnandinoda |
विवरण | Automatically find student discount codes when you shop online! |
फ़ाइल का आकार | 1.17 MB |
स्थापना संख्या | 139 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2020-03-21 |
प्रकाशन तिथि | 2020-03-21 |
रेटिंग | 4.71/5 कुल 7 रेटिंग्स |
डेवलपर | Student Saver Team |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Student Saver", "description": "Automatically find student discount codes when you shop online!", "version": "1.1.0", "manifest_version": 2, "background": { "scripts": [ "js\/background.js", "js\/eventPage.js", "js\/sites_cs.js", "js\/ga.js" ], "persistent": false }, "browser_action": { "default_title": "Student Saver", "default_popup": "pages\/popup.html", "default_icon": { "16": "img\/SS_Logos\/16SS_Logo.png", "32": "img\/SS_Logos\/32SS_Logo.png", "48": "img\/SS_Logos\/48SS_Logo.png", "128": "img\/SS_Logos\/128SS_Logo.png" } }, "icons": { "16": "img\/SS_Logos\/16SS_Logo.png", "32": "img\/SS_Logos\/32SS_Logo.png", "48": "img\/SS_Logos\/48SS_Logo.png", "128": "img\/SS_Logos\/128SS_Logo.png" }, "permissions": [ "declarativeContent", "tabs", "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "short_name": "SS" } |