dadan - Screen Recording & Annotation Tool

Record your mic, screen and camera with dadan. Share recorded video instantly with a link.

dadan - Screen Recording & Annotation Tool là gì?

dadan - Screen Recording & Annotation Tool là một tiện ích mở rộng Chrome được phát triển bởi https://dadan.io, và tính năng chính của nó là "Record your mic, screen and camera with dadan. Share recorded video instantly with a link.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng dadan - Screen Recording & Annotation Tool

Tải xuống các tệp mở rộng dadan - Screen Recording & Annotation Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With dadan, you can create professional but simple video instructions. 

dadan allows you to record your screen, webcam, and microphone. You can edit and share your recordings using our unlimited cloud.

dadan was created for business, educational, and personal use. 

It has only essential features for video recording and editing that a busy person may need. No overkill, no steep learning curve, and no new passwords to save. You can start in seconds, find all features easily without looking into our docs, and produce your video content like a pro. 

HOW DOES IT WORK?
+ register your free account with an email or using SSO
+ start recording your screen and/or web cam
	+ mute or unmute microphone to manage sound
	+ pick up a window or tab to record
	+ draw or write on the screen while recording
+ edit your recording:
	+ trim or crop it
	+ create a thumbnail
	+ add elements to engage your users
	+ add buttons
	+ add annotations
	+ add chapters
	+ add tags
+ share your video
	+ share as a link
	+ embed it in your website
	+ schedule its availability
	+ set a password
	+ limit to certain users
	+ download it
+ understand your audience
	+ check your viewers engagement
+ collaborate on it
	+ create folders
	+ create teams
	+ exchange comments
	+ integrate it with a wide range of business applications
	+ watch it in picture-in-picture mode

DADAN’S PRACTICAL USE CASES

+ Outstanding customer service
Send video recordings instead of long emails and thousands of screenshots. Get straight to the point, address your clients with a personal greeting, and close your support tickets faster.

+ Marketing and branding
Highlight the strong points of your product by recording it in action. Create demo videos that drive sales.

+ Distant learning
Explain complex concepts and create powerful hands-on tutorials for your students. Collect homework as video responses to better evaluate individual performance.

+ Employee Onboarding and Training
Share knowledge and corporate values at scale.

+ Create video content for any purpose
YouTubers, freelance content creators, public relationship specialists, developers, sales representatives, coaches, and all who may need a simple app for quick results.

Our all-in-one tool is perfect for any asynchronous communication and works with any desktop OS that has Chrome.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên dadan - Screen Recording & Annotation Tool dadan - Screen Recording & Annotation Tool
ID oagkbgolfdnkknkjomnggnhmnlfmgdod
URL Chính Thức https://chromewebstore.google.com/detail/dadan-screen-recording-an/oagkbgolfdnkknkjomnggnhmnlfmgdod
Mô tả Record your mic, screen and camera with dadan. Share recorded video instantly with a link.
Kích Thước Tệp 18.95 MB
Số Lần Cài Đặt 749
Phiên Bản Hiện Tại 4.0.3
Cập Nhật Lần Cuối 2023-11-29
Ngày Phát Hành 2021-08-24
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://dadan.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dadan.io/
URL Trang Chính Sách Bảo Mật https://dadan.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_manifestName__",
    "version": "4.0.3",
    "default_locale": "en",
    "description": "__MSG_manifestDescription__",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/fabric.min.js",
                "js\/arrow.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/integration.css",
                "css\/devops.css"
            ],
            "js": [
                "js\/genlib.js",
                "js\/config.js",
                "js\/integration-select.js",
                "js\/integration.js",
                "js\/devops-common.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "css\/linkedin.css"
            ],
            "js": [
                "js\/linkedin.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.atlassian.net\/*"
            ],
            "css": [
                "css\/jira.css"
            ],
            "js": [
                "js\/jira.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "css": [
                "css\/jira.css"
            ],
            "js": [
                "js\/github.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.trello.com\/*"
            ],
            "css": [
                "css\/trello.css"
            ],
            "js": [
                "js\/trello.js"
            ]
        },
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "css": [
                "css\/google-meet.css"
            ],
            "js": [
                "js\/integration-select.js",
                "js\/google-meet.js"
            ]
        },
        {
            "matches": [
                "*:\/\/meet.jit.si\/*"
            ],
            "css": [
                "css\/jitsi.css"
            ],
            "js": [
                "js\/integration-select.js",
                "js\/jitsi.js"
            ]
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/mail\/u\/*"
            ],
            "css": [
                "css\/gmail.css"
            ],
            "js": [
                "js\/gmail.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.zendesk.com\/*"
            ],
            "css": [
                "css\/zendesk.css"
            ],
            "js": [
                "js\/zendesk.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.asana.com\/*"
            ],
            "css": [
                "css\/asana.css"
            ],
            "js": [
                "js\/asana.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.dadan.io\/*"
            ],
            "js": [
                "js\/haal.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "cookies",
        "scripting",
        "desktopCapture",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "small-camera.html",
                "large-camera.html",
                "controls.html",
                "index.html",
                "images\/*_12.png",
                "images\/*_16.png",
                "images\/*_14.png",
                "images\/16.png",
                "images\/24.png",
                "images\/dd-ico.svg",
                "images\/dd-ico-16.svg",
                "images\/dd-ico-24.svg",
                "images\/dd-ico-w.svg",
                "images\/gmaili.png",
                "integration-login.html",
                "integration-select.html",
                "popup-confirm.html",
                "images\/canvas-emojis\/*.png",
                "images\/canvas-emojis\/dropdown\/*.png",
                "images\/pencil.png",
                "images\/shareAudio.png",
                "images\/shareAudioSmall.png",
                "images\/shareAudioTab.png",
                "images\/underline.png",
                "images\/click.svg",
                "audio\/start-recording.mp3"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; connect-src 'self' https:\/\/app.dadan.io\/ https:\/\/o574638.ingest.sentry.io\/ https:\/\/dadan-prod-videos.s3.amazonaws.com\/; style-src-elem 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com\/; font-src 'self' https:\/\/fonts.gstatic.com\/ data:; img-src 'self' data: https:\/\/lh3.googleusercontent.com\/ https:\/\/dadan-userprofile-thumbnails.s3.eu-central-1.amazonaws.com https:\/\/dadan-prod-videos.s3.amazonaws.com\/ https:\/\/s3.eu-central-1.amazonaws.com\/; style-src 'self' 'unsafe-inline'; default-src 'self'"
    },
    "commands": {
        "stop": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "__MSG_extStop__"
        },
        "pause\/resume": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Alt+P"
            },
            "description": "__MSG_extPause__"
        },
        "camera": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Alt+R"
            },
            "description": "__MSG_extCamera__"
        },
        "mic": {
            "suggested_key": {
                "default": "Alt+M",
                "mac": "Alt+M"
            },
            "description": "__MSG_extMic__"
        }
    }
}