WebExtension.net
WebExtension.net

Screen Recorder, Webcam Recorder - Dubb Video

View on Chrome Web Store
View Screen Recorder, Webcam Recorder - Dubb Video Chrome Extension on Chrome Web Store
4.9 (170 ratings)

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

Dubb Video Messaging Platform
Type
Extension
Users
20,000 users
Website dubb.com
dubb-team
View author page of dubb-team
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 2, 2018
Version 6.0.18
Manifest version
3
Updated
Updated on November 15, 2024
View on Chrome Web Store
View Screen Recorder, Webcam Recorder - Dubb Video Chrome Extension on Chrome Web Store
productivity/communication
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screen Recorder, Webcam Recorder - Dubb Video",
    "version": "6.0.18",
    "description": "Dubb Video Messaging Platform",
    "author": "Dubb",
    "action": {
        "default_icon": "assets\/icon-512.png",
        "default_title": "Record Screen and Webcam Videos"
    },
    "options_ui": {
        "page": "dist\/pages\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs",
        "type": "module"
    },
    "side_panel": {
        "default_path": "dist\/pages\/side-panel\/index.html"
    },
    "icons": {
        "16": "assets\/icon-512.png",
        "48": "assets\/icon-512.png",
        "128": "assets\/icon-512.png"
    },
    "permissions": [
        "contextMenus",
        "scripting",
        "activeTab",
        "background",
        "unlimitedStorage",
        "desktopCapture",
        "tabCapture",
        "storage",
        "notifications",
        "tabs",
        "sidePanel"
    ],
    "commands": {
        "recording-confirm": {
            "description": "Stop recording and upload",
            "suggested_key": {
                "default": "Alt+U"
            }
        },
        "recording-pause-and-resume": {
            "description": "Pause and resume recording",
            "suggested_key": {
                "default": "Alt+P"
            }
        },
        "recording-stop": {
            "description": "Cancel recording",
            "suggested_key": {
                "default": "Alt+C"
            }
        },
        "webcam-toggle": {
            "description": "On\/Off webcam"
        },
        "annotation-toggle": {
            "description": "On\/Off annotation tool"
        }
    },
    "host_permissions": [
        "<all_urls>",
        "*:\/\/*\/*",
        "https:\/\/chrome.google.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "dist\/content-scripts\/dubb.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/dubb.com\/*",
                "*:\/\/*.dubb.com\/*",
                "*:\/\/dubb.qa\/*",
                "*:\/\/*.dubb.qa\/*",
                "*:\/\/dubb.dev\/*",
                "*:\/\/*.dubb.dev\/*"
            ]
        },
        {
            "js": [
                "dist\/content-scripts\/gmail.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/linkedin.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/linkedin.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/lofty.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.lofty.com\/*",
                "*:\/\/lofty.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/followupboss.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.followupboss.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/wiseagent.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/thewiseagent.com\/*",
                "*:\/\/*.thewiseagent.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "dist\/content-scripts\/salesforce.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.force.com\/*",
                "*:\/\/*.salesforce.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "dist\/content-scripts\/zoho.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/crm.zoho.com\/*",
                "*:\/\/crm.zoho.in\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/sierra.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.sierrainteractivedev.com\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "**\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval' ; object-src 'self'"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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