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": "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.1482", "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" ], "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" } ] }