Student Saver
Automatically find student discount codes when you shop online!
Student Saverとは何ですか?
Student SaverはStudent Saver Teamによって開発されたChromeの拡張機能で、その主な機能は「Automatically find student discount codes when you shop online!」です。
拡張機能のスクリーンショット
Student Saver拡張機能のCRXファイルをダウンロード
Student Saver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } |