Bonjoro
Free HD screen recorder for Chrome
什么是Bonjoro?
Bonjoro是由https://bonjoro.com开发的Chrome扩展程序,该扩展的主要功能是“Free HD screen recorder for Chrome”。
扩展截图
下载Bonjoro扩展crx文件
下载Bonjoro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Free HD screen recorder for Chrome. Capture, share, and track videos in seconds.
🎥 Record (HD as standard)
Record and share unlimited HD webcam videos or screen recordings, 100% free! Includes HD recording as standard 🙌
🎨 Customize
Customize your videos with your own branding, and add call-to-actions buttons to encourage viewers to take that next step.
NEW for 2021: You can now embed apps like Calendly, Youtube, and Google Forms right below your screen and webcam recordings using Bonjoro’s Next Gen video templates 💥
🚀 Share
Share your videos with colleagues and customers quickly and easily by embedding a thumbnail into your emails, or sharing across the web with a simple link.
🎯 Track
See when someone watches or interacts with your recordings, and follow up at the perfect moment.
**************************** 📣 BIG NEWS 📣******************************
No video storage limits. No video duration limits. And HD recording as standard! We’ve unlocked HD video and unlimited videos for free users 🎉
******************************************************************************
⭐⭐⭐⭐⭐
SO easy to use and it just plain works. I've been looking for an app like this for a while.
✨Bonjoro Chrome Basic - Free forever 🆓 ✨
✅ Free screen and webcam recording
♾️ Unlimited videos
🙌 HD recording as standard
🎯 Track video plays
📥 Embed in emails
🗺️ Instantly share anywhere
🔐 Secure storage
Upgrade to custom branded videos and custom CTAs from just $15p/m!
✨Bonjoro Chrome Pro - starts at $15p/m ✨
✅ Free screen and webcam recording
♾️ Unlimited videos
🙌 HD recording as standard
🎯 Track video plays
📥 Embed in emails
🗺️ Instantly share anywhere
🔐 Secure storage
➕ Custom branding
➕ Custom CTAs
Don't just say hello, say Bonjoro! 扩展基本信息
| 名称 | |
| ID | hjnogdfopgmfniajiofiafhffkpeehjm |
| 官方URL | https://chromewebstore.google.com/detail/bonjoro/hjnogdfopgmfniajiofiafhffkpeehjm |
| 简介 | Free HD screen recorder for Chrome |
| 文件大小 | 1.8 MB |
| 安装次数 | 4,814 |
| 当前版本 | 1.11.3 |
| 更新时间 | 2023-05-03 |
| 上架时间 | 2020-06-22 |
| 评分 | 4.08/5 共13次评分 |
| 开发者 | https://bonjoro.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.bonjoro.com |
| 帮助页面URL | https://help.bonjoro.com |
| 隐私政策页面URL | https://www.bonjoro.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Bonjoro",
"version": "1.11.3",
"version_name": "1.11.3",
"description": "Free HD screen recorder for Chrome",
"icons": {
"16": "images\/bonjoro_circle_16.png",
"32": "images\/bonjoro_circle_32.png",
"48": "images\/bonjoro_circle_48.png",
"128": "images\/bonjoro_circle_128.png"
},
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"desktopCapture",
"scripting"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"content_security_policy": {
"script-src": "self sha257-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU=",
"object-src": "self"
},
"action": {
"default_popup": "popup.html",
"default_icons": {
"16": "images\/bonjoro_circle_16.png",
"32": "images\/bonjoro_circle_32.png",
"48": "images\/bonjoro_circle_48.png",
"128": "images\/bonjoro_circle_128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"record.html",
"audio\/tick_down.mp3",
"audio\/tick_up.mp3",
"popup.html",
"preview.html"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/bonjoro.com\/*",
"*:\/\/*.bonjoro.com\/*"
]
}
} | |