WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SAM.Coach Meeting Recorder

SAM.Coach Meeting Recorder

View on Chrome Web Store
View SAM.Coach Meeting Recorder Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
27 views
This extension has been viewed 27 times

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

Records online and in-person meetings, generates enterprise grade summaries, and provides insights without an in-meeting bot.
Type
Extension
Users
38 users
2
SAM.Coach
View author page of SAM.Coach
Published
Published on October 24, 2024
Version 1.0.1508
Manifest version
3
Updated
Updated on March 28, 2025
productivity/communication
Extension Category
View on Chrome Web Store
View SAM.Coach Meeting Recorder 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": "SAM.Coach Meeting Recorder",
    "description": "Records online and in-person meetings, generates enterprise grade summaries, and provides insights without an in-meeting bot.",
    "version": "1.0.1508",
    "manifest_version": 3,
    "minimum_chrome_version": "116",
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "storage",
        "power",
        "unlimitedStorage",
        "identity",
        "activeTab",
        "tabCapture",
        "offscreen",
        "scripting",
        "alarms",
        "desktopCapture"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "host_permissions": [
        "https:\/\/staging.sam.coach\/api\/1.0\/import-contacts",
        "https:\/\/app.sam.coach\/api\/1.0\/import-contacts",
        "https:\/\/us.sam.coach\/api\/1.0\/import-contacts",
        "https:\/\/demo.sam.coach\/api\/1.0\/import-contacts",
        "https:\/\/samcoachdevelopment.b2clogin.com\/samcoachdevelopment.onmicrosoft.com\/B2C_1_signupsignin\/*",
        "https:\/\/samcoachstaging.b2clogin.com\/samcoachstaging.onmicrosoft.com\/b2c_1_susi\/*",
        "https:\/\/samcoachproduction.b2clogin.com\/samcoachproduction.onmicrosoft.com\/b2c_1_susi\/*",
        "https:\/\/samcoachproductionuswest.b2clogin.com\/samcoachproductionuswest.onmicrosoft.com\/b2c_1_susi\/*",
        "https:\/\/localhost:7260\/api\/1.0\/import-contacts",
        "<all_urls>"
    ],
    "oauth2": {
        "client_id": "TEST.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}
© 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