WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Agent Desktop Chrome Extension

Agent Desktop Chrome Extension

View on Chrome Web Store
View Agent Desktop Chrome Extension Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (18 ratings)
1 views
This extension has been viewed 1 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.

Provides a phone, records screen activity, shows alerts when the browser is minimized. Requires Agent Desktop Helper Application.
Type
Extension
Users
80,000 users
10K
Bright Pattern, Inc
View author page of Bright Pattern, Inc
Published
Published on May 2, 2015
Version 2.3
Manifest version
3
Updated
Updated on April 9, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Agent Desktop Chrome 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",
    "manifest_version": 3,
    "name": "Agent Desktop Chrome Extension",
    "short_name": "Agent Desktop Chrome Extension",
    "version": "2.3",
    "description": "Provides a phone, records screen activity, shows alerts when the browser is minimized. Requires Agent Desktop Helper Application.",
    "icons": {
        "16": "images\/extension-16.png",
        "20": "images\/extension-20.png",
        "32": "images\/extension-32.png",
        "48": "images\/extension-48.png",
        "128": "images\/extension-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/",
                "*:\/\/*\/"
            ],
            "js": [
                "scripts\/content.js"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/",
                "*:\/\/*\/"
            ],
            "js": [
                "scripts\/storage.js"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging",
        "storage"
    ]
}
© 2025 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