Testock Plugin
Upload your exam solutions in no-time
Testock Plugin क्या है?
Testock Plugin Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Upload your exam solutions in no-time"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Testock Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Technion student? Use this plugin to share scans of your solutions to exams in no time. Every time you view your scan in the grades website, you can tap the Testock plugin and be redirected to Testock to upload the scan with just a drag & drop. And remember, Sharing is Caring.
एक्सटेंशन की मूल जानकारी
नाम | Testock Plugin |
ID | mfoagkijioojiljhoobpnldbjjpncmmn |
आधिकारिक URL | https://chromewebstore.google.com/detail/testock-plugin/mfoagkijioojiljhoobpnldbjjpncmmn |
विवरण | Upload your exam solutions in no-time |
फ़ाइल का आकार | 18.32 KB |
स्थापना संख्या | 43 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2019-06-17 |
प्रकाशन तिथि | 2019-06-17 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://testock.tk/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Testock Plugin", "version": "1.2", "description": "Upload your exam solutions in no-time", "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/grades.technion.ac.il\/content.aspx*" ], "run_at": "document_idle", "js": [ "course.js" ] }, { "matches": [ "https:\/\/grades.technion.ac.il\/scanexam.ashx*" ], "run_at": "document_idle", "js": [ "scan.js" ] }, { "matches": [ "https:\/\/testock.tk\/*" ], "run_at": "document_idle", "js": [ "hide.js" ] } ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/testock16.png", "32": "images\/testock32.png", "48": "images\/testock48.png", "128": "images\/testock128.png" } }, "icons": { "16": "images\/testock16.png", "32": "images\/testock32.png", "48": "images\/testock48.png", "128": "images\/testock128.png" }, "manifest_version": 2 } |