WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Secure Browser - Online Proctoring Extension

Secure Browser - Online Proctoring Extension

View on Chrome Web Store
View Secure Browser - Online Proctoring Extension Chrome Extension on Chrome Web Store
Add to bookmarks
2.5 (611 ratings)
3 new ratings
63 views
This extension has been viewed 63 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

The fast, secure way to take online proctored tests with PSI.
Type
Extension
Users
70,000 users
5K
psiservicesdev
View author page of psiservicesdev
Published
Published on May 20, 2021
Version 3.6.0.4
Manifest version
3
Updated
Updated on February 7, 2026
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Secure Browser - Online Proctoring Extension Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Secure Browser - Online Proctoring Extension",
    "version": "3.6.0.4",
    "description": "The fast, secure way to take online proctored tests with PSI.",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "psi-background-worker.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "cookies",
        "declarativeNetRequest",
        "desktopCapture",
        "history",
        "management",
        "scripting",
        "storage",
        "system.display",
        "tabs",
        "unlimitedStorage",
        "webNavigation"
    ],
    "icons": {
        "16": "assets\/icon\/psi_icon16.png",
        "32": "assets\/icon\/psi_icon32.png",
        "48": "assets\/icon\/psi_icon48.png",
        "128": "assets\/icon\/psi_icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "assets\/scripts\/before-unload.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ui\/index.html",
                "assets\/image\/required-file-access.png",
                "assets\/image\/required-settings.png",
                "assets\/image\/all-sites-2024.png",
                "ui\/images\/logo-PSI-color.svg",
                "ui\/images\/icon-loader2.gif",
                "assets\/image\/psi-logo-small.png",
                "assets\/image\/mac_screen_permission.png",
                "assets\/image\/mac_security.png",
                "ui\/fonts\/Beausite\/BeausiteClassicWeb-Clear.woff2",
                "ui\/fonts\/Beausite\/BeausiteClassicWeb-ClearItalic.woff2",
                "ui\/fonts\/Beausite\/BeausiteClassicWeb-Bold.woff2",
                "ui\/fonts\/Beausite\/BeausiteClassicWeb-BoldItalic.woff2",
                "ui\/fonts\/Beausite\/BeausiteClassicWeb-Medium.woff2",
                "ui\/fonts\/Beausite\/BeausiteClassicWeb-MediumItalic.woff2",
                "ui\/fonts\/Beausite\/BeausiteClassicWeb-SemiBold.woff2",
                "ui\/fonts\/Beausite\/BeausiteClassicWeb-SemiBoldItalic.woff2"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "http:\/\/localhost:50161\/*"
        ]
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top