Bonjoro
Free HD screen recorder for Chrome
Что такое Bonjoro?
Bonjoro - это расширение Chrome, разработанное https://bonjoro.com, и его основная функция - "Free HD screen recorder for Chrome".
Снимки экрана расширения
Скачать файл CRX расширения Bonjoro
Скачайте файлы расширений 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\/*"
]
}
} | |