Bonjoro
Free HD screen recorder for Chrome
Wat is Bonjoro?
Bonjoro is een Chrome-extensie ontwikkeld door https://bonjoro.com, en de belangrijkste functie is "Free HD screen recorder for Chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie Bonjoro
Download Bonjoro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | hjnogdfopgmfniajiofiafhffkpeehjm |
| Officiële URL | https://chromewebstore.google.com/detail/bonjoro/hjnogdfopgmfniajiofiafhffkpeehjm |
| Beschrijving | Free HD screen recorder for Chrome |
| Bestandsgrootte | 1.8 MB |
| Aantal Installaties | 4,814 |
| Huidige Versie | 1.11.3 |
| Laatst Bijgewerkt | 2023-05-03 |
| Publicatiedatum | 2020-06-22 |
| Beoordeling | 4.08/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | https://bonjoro.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.bonjoro.com |
| Help Pagina-URL | https://help.bonjoro.com |
| URL van de Privacybeleid Pagina | https://www.bonjoro.com/privacy-policy |
| Ondersteunde Talen | 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\/*"
]
}
} | |