Think Exam
Capture full-screen on thinkexam test panel
Cos'è Think Exam?
Think Exam è un'estensione di Chrome sviluppata da https://www.thinkexam.com, e la sua funzione principale è "Capture full-screen on thinkexam test panel".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Think Exam
Scarica i file di estensione Think Exam in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | bbebbhmelpcfmijoanocdliephmoahln |
| URL Ufficiale | https://chromewebstore.google.com/detail/think-exam/bbebbhmelpcfmijoanocdliephmoahln |
| Descrizione | Capture full-screen on thinkexam test panel |
| Dimensione del File | 5.35 KB |
| Conteggio Installazioni | 68,149 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2019-01-23 |
| Data di Pubblicazione | 2019-01-23 |
| Valutazione | 1.41/5 Totale 27 Valutazioni |
| Sviluppatore | https://www.thinkexam.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.thinkexam.com |
| URL della Pagina di Aiuto | https://support.thinkexam.com/hc/en-us |
| URL della Pagina della Politica sulla Privacy | https://www.thinkexam.com/terms-and-condition |
| Lingue Supportate | 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"
]
} | |