WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Screen Recorder, Webcam Recorder - Dubb Video

Screen Recorder, Webcam Recorder - Dubb Video

View on Chrome Web Store
View Screen Recorder, Webcam Recorder - Dubb Video Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (175 ratings)
1 new ratings
17 views
This extension has been viewed 17 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.

Dubb Video Messaging Platform
Type
Extension
Users
20,000 users
10K
dubb-team
View author page of dubb-team
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 2, 2018
Version 6.6.7
Manifest version
3
Updated
Updated on January 31, 2026
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Screen Recorder, Webcam Recorder - Dubb Video 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": "Screen Recorder, Webcam Recorder - Dubb Video",
    "version": "6.6.7",
    "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\/copper.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.copper.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/freshworks.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.myfreshworks.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/gmail.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/bigin.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/bigin.zoho.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/benchmarkemail.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.benchmarkemail.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/bitrix24.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.bitrix24.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "dist\/content-scripts\/campaignmonitor.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.createsend.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/convergehub.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.convergehub.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/dubsado.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.dubsado.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/insightly.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.insightly.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/jobnimbus.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.jobnimbus.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "dist\/content-scripts\/keap.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/keap.app\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/klaviyo.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.klaviyo.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/lessannoyingcrm.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.lessannoyingcrm.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/linkedin.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/linkedin.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/lofty.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.lofty.com\/*",
                "*:\/\/lofty.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/mailerlite.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.mailerlite.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/monday.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.monday.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/flowlu.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.flowlu.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/followupboss.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.followupboss.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/wiseagent.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/wiseagent.com\/*",
                "*:\/\/*.wiseagent.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "dist\/content-scripts\/salesforce.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.force.com\/*",
                "*:\/\/*.salesforce.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "dist\/content-scripts\/suitedash.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.suitedash.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/salesmate.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.salesmate.io\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/smartrmail.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.smartrmail.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/zengine.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.zenginehq.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "dist\/content-scripts\/zoho.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/crm.zoho.com\/*",
                "*:\/\/crm.zoho.in\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/sierra.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.sierrainteractivedev.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "dist\/content-scripts\/claritycrm.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.claritycrm.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "dist\/content-scripts\/omnisend.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.omnisend.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/pipedrive.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.pipedrive.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/pipelinecrm.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.pipelinecrm.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/workflowsecrets.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.workflowsecrets.info\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/hubspot.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.hubspot.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/mailjet.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.mailjet.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/topechelon.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.topechelon.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/gohighlevel.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.gohighlevel.com\/*",
                "*:\/\/*.gethighlevel.co\/*",
                "*:\/\/app.goatgenie.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "dist\/content-scripts\/zohocampaigns.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/campaigns.zoho.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "dist\/content-scripts\/zohoone.js"
            ],
            "css": [
                "dist\/content-scripts\/integration.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/one.zoho.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'"
    }
}
© 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