Think Exam
Capture full-screen on thinkexam test panel
Co to jest Think Exam?
Think Exam to rozszerzenie Chrome opracowane przez https://www.thinkexam.com, a jego główną funkcją jest „Capture full-screen on thinkexam test panel”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Think Exam
Pobierz pliki rozszerzeń Think Exam w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | Think Exam |
ID | bbebbhmelpcfmijoanocdliephmoahln |
Oficjalny URL | https://chromewebstore.google.com/detail/think-exam/bbebbhmelpcfmijoanocdliephmoahln |
Opis | Capture full-screen on thinkexam test panel |
Rozmiar pliku | 5.35 KB |
Liczba instalacji | 68,149 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2019-01-23 |
Data Publikacji | 2019-01-23 |
Ocena | 1.41/5 Łącznie 27 Oceny |
Deweloper | https://www.thinkexam.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.thinkexam.com |
Adres URL Strony Pomocy | https://support.thinkexam.com/hc/en-us |
Adres URL Strony Polityki Prywatności | https://www.thinkexam.com/terms-and-condition |
Obsługiwane Języki | 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" ] } |