Bonjoro
Free HD screen recorder for Chrome
Vad är Bonjoro?
Bonjoro är en Chrome-tillägg utvecklad av https://bonjoro.com, och dess huvudfunktion är "Free HD screen recorder for Chrome".
Tilläggsskärmbilder
Ladda ner Bonjoro-förlängningens CRX-fil
Ladda ner Bonjoro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | hjnogdfopgmfniajiofiafhffkpeehjm |
| Officiell webbadress | https://chromewebstore.google.com/detail/bonjoro/hjnogdfopgmfniajiofiafhffkpeehjm |
| Beskrivning | Free HD screen recorder for Chrome |
| Filstorlek | 1.8 MB |
| Antal Installationer | 4,814 |
| Aktuell Version | 1.11.3 |
| Senast Uppdaterad | 2023-05-03 |
| Publiceringsdatum | 2020-06-22 |
| Betyg | 4.08/5 Totalt 13 Betyg |
| Utvecklare | https://bonjoro.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.bonjoro.com |
| Hjälpsida URL | https://help.bonjoro.com |
| URL till Sekretesspolicy Sidan | https://www.bonjoro.com/privacy-policy |
| Stödda Språk | 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\/*"
]
}
} | |