Think Exam
Capture full-screen on thinkexam test panel
Think Exam क्या है?
Think Exam https://www.thinkexam.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture full-screen on thinkexam test panel"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Think Exam एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bbebbhmelpcfmijoanocdliephmoahln |
आधिकारिक URL | https://chromewebstore.google.com/detail/think-exam/bbebbhmelpcfmijoanocdliephmoahln |
विवरण | Capture full-screen on thinkexam test panel |
फ़ाइल का आकार | 5.35 KB |
स्थापना संख्या | 68,149 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2019-01-23 |
प्रकाशन तिथि | 2019-01-23 |
रेटिंग | 1.41/5 कुल 27 रेटिंग्स |
डेवलपर | https://www.thinkexam.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.thinkexam.com |
सहायता पृष्ठ URL | https://support.thinkexam.com/hc/en-us |
गोपनीयता नीति पृष्ठ URL | https://www.thinkexam.com/terms-and-condition |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Think Exam", "author": "Hari Prasad Sharma", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Capture full-screen on thinkexam test panel", "homepage_url": "https:\/\/thinkexam.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/www.webrtc-experiment.com\/*", "https:\/\/*.thinkexam.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |