Conduct Exam
Online Exam Software to Create Online Exam. Conduct Exam is best and well known Online Examination System
Vad är Conduct Exam?
Conduct Exam är en Chrome-tillägg utvecklad av Conduct Exam Technologies LLP, och dess huvudfunktion är "Online Exam Software to Create Online Exam. Conduct Exam is best and well known Online Examination System".
Tilläggsskärmbilder
Ladda ner Conduct Exam-förlängningens CRX-fil
Ladda ner Conduct Exam-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | oobhlpildfogoccaffnfckililknpcbm |
Officiell webbadress | https://chrome.google.com/webstore/detail/conduct-exam/oobhlpildfogoccaffnfckililknpcbm |
Beskrivning | Online Exam Software to Create Online Exam. Conduct Exam is best and well known Online Examination System |
Filstorlek | 4.53 KB |
Antal Installationer | 842 |
Aktuell Version | 9.2 |
Senast Uppdaterad | 2019-05-23 |
Publiceringsdatum | 2019-05-23 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Conduct Exam Technologies LLP |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.conductexam.com/ |
Hjälpsida URL | https://www.rkinfotechindia.com/products/online-exam-software/ |
URL till Sekretesspolicy Sidan | https://www.conductexam.com/privacy-policy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Conduct Exam", "description": "Online Exam Software to Create Online Exam. Conduct Exam is best and well known Online Examination System", "version": "9.2", "chrome_url_overrides": { "newtab": "newpage.html" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |