School Assistant
My program's intent is to simplify some actions within a highschool life.
School Assistant क्या है?
School Assistant Kai Sato द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "My program's intent is to simplify some actions within a highschool life."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में School Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
School Assistant is a program that allows users to input their bell times, timetables and other data to receive information such as predictions and alerts. This provides especially useful to students and teachers at schools as it is based around how to go through a day.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gbhhalecfiaaeikchapmfgpnkkkjlffp |
आधिकारिक URL | https://chromewebstore.google.com/detail/school-assistant/gbhhalecfiaaeikchapmfgpnkkkjlffp |
विवरण | My program's intent is to simplify some actions within a highschool life. |
फ़ाइल का आकार | 139 KB |
स्थापना संख्या | 27 |
वर्तमान संस्करण | 1.90 |
अंतिम अपडेट | 2017-09-07 |
प्रकाशन तिथि | 2017-09-06 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | Kai Sato |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "School Assistant", "description": "My program's intent is to simplify some actions within a highschool life.", "minimum_chrome_version": "38", "version": "1.90", "icons": { "128": "Resources\/School_Assistant.png" }, "permissions": [ "notifications", "tabs" ], "browser_action": { "default_icon": "Resources\/School_Assistant.png", "default_title": "School Assistant", "default_popup": "\/Setup\/Basic_Info\/basic_info.html" }, "background": { "scripts": [ "\/Resources\/Notifications.js", "\/Resources\/timescript.js", "\/Resources\/homepageredirect.js", "\/Resources\/googleanalytics.js", "Resources\/session.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/a\/lism.catholic.edu.au\/forms\/d\/1-Ct651_EtKY8xzp79lYis9DFTiKBI5E52paJnCw1Yjw\/edit" ], "js": [ "Resources\/content_script.js" ] } ] } |