Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SecureSession Extension",
"description": "A Chrome extension for SecureSession's virtual proctoring solutions",
"version": "3.0.15",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2dn1QrxV90tbJ81lOOuXM9flmAHPDOMIVy1FmUBQtB35G5tQxAczZjyKIpY6tBpP2G9r0\/Xnk\/kBhKN3uSeRUwFlrYOBJzQ46sW9+4LvzEJOmRG9vs0CdbF59FP5ktzeDuyoYFMLVNmPlIsm9SSfBtR7D1whFy3cNAhmIMoT6x88ONlgIPqovlcnESdg7DpX\/tQRnPvEYiIo\/UC7+kDHNCZl5BAheOEuBoPRwLj7GeNGdd9BH0U8B+0\/RKl32V9lGRGn2jPguwH0AXgERQ1dJnZJVBNLf\/6QA6FTaRTMx8iF99V49FqfoPR\/BJF3cDHkg2z8DDTTMqW4ZnHjvtPeKQIDAQAB",
"manifest_version": 3,
"author": "SmarterServices, LLC",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"minimum_chrome_version": "116",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_matches": [
"*:\/\/app.smarterservices.com\/*",
"*:\/\/app.dev.smarterservices.com\/*",
"*:\/\/app.stage.smarterservices.com\/*",
"*:\/\/app.sub.smarterservices.com\/*",
"*:\/\/*.knewton.com\/*",
"*:\/\/knewton.com\/*",
"*:\/\/*.statcrunch.com\/*",
"*:\/\/statcrunch.com\/*"
],
"js": [
".\/contentScripts\/pre-interceptor.js"
],
"run_at": "document_start",
"world": "MAIN",
"all_frames": true,
"match_about_blank": false
},
{
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"all_frames": true,
"match_about_blank": true,
"js": [
".\/contentScripts\/focusProbe.js"
]
},
{
"matches": [
"<all_urls>"
],
"run_at": "document_idle",
"all_frames": true,
"match_about_blank": true,
"js": [
".\/contentScripts\/modalityOptionEnforcer.js",
".\/contentScripts\/iframeMessenger.js"
]
},
{
"matches": [
"*:\/\/app.smarterservices.com\/*",
"*:\/\/app.dev.smarterservices.com\/*",
"*:\/\/app.stage.smarterservices.com\/*",
"*:\/\/app.sub.smarterservices.com\/*",
"http:\/\/localhost:4000\/*"
],
"run_at": "document_idle",
"all_frames": true,
"js": [
".\/contentScripts\/sessionMessenger.js"
]
}
],
"action": {
"default_popup": ".\/defaultPopup\/defaultPopup.html",
"default_icon": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"default_title": "SecureSession Extension"
},
"devtools_page": "devtools\/devtools.html",
"permissions": [
"system.display",
"tabs",
"storage",
"unlimitedStorage",
"desktopCapture",
"management",
"contentSettings",
"browsingData",
"privacy",
"webRequest",
"webNavigation",
"offscreen",
"clipboardWrite",
"scripting",
"power",
"alarms",
"downloads",
"downloads.open",
"nativeMessaging"
],
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/*.smarterproctoring.com\/*",
"*:\/\/*.smarterservices.com\/*",
"*:\/\/*.smartermeasure.com\/*",
"*:\/\/*.readi.info\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"htmlPopups\/*",
"bundle\/cryptoJS.bundle.js",
"bundle\/passwordManager.bundle.js",
"bundle\/upscope.js",
"bundle\/upscope-sdk.js",
"contentScripts\/injectPasswordManagerScript.js",
"contentScripts\/pre-interceptor.js",
"loading.html"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"<all_urls>"
]
}