Bubble
Bubble - a new way to communicate for remote teams.
Bubble là gì?
Bubble là một tiện ích mở rộng Chrome được phát triển bởi BubbleVr, và tính năng chính của nó là "Bubble - a new way to communicate for remote teams.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bubble
Tải xuống các tệp mở rộng Bubble 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
Add video annotation on any website you visit and share them with your team. With Bubble, you can record video messages using your computer’s facecam / screen and publish it on a specific website. Your teammates will be able to automatically view it once they browse the same website. You can also send your video comment to anyone, simply by sharing a link. ★ Video annotation While browsing the web, use the BUBBLE chrome extension to record a short video or audio message and to publish it on the website you are visiting. Once your teammate access the same website, they will see your video annotation pop up automatically. ★ Screen recording The Bubble Chrome extension can also record your screen while you are commenting so you can point out a specific portion of a webpage and be assured that you message will still be relevant, even if the website has been updated. ★ Channels Create private channels to make the right content available to the right group. For exemple, you can create a design channel for your design team to regroup all relevant content. ★ Link Sharing You can also share a video annotation to someone outside your organisation simply by sharing a link. Your recipient doesn’t need to have the extension installed. Changelogs : v0.16.0 features: ~ make sure to disable open btn / show warning message if current page needs to be reloaded or something prevents the app from working + Added device selection dropdown + open welcome page upon install + added option to show all video per publication dates or per domains + added warning not to close or navigate before record validation is ivisible + Added audio only recording + updated close/back and popup open button + updated video thumbnail / facecam for "all videos" ~ prevent exit from website while recording or uploading + added pause button to recording + when playing the screen capture video, stops the facecam and seeks the correct timestamp. + all Videos war reordered chronologicaly + added Screen only Capture Type + notification can be disabled per video uploaded + added custom video player control fixes: ~ show facecam if no screen record related ~ duplicated On This Domain ~ centered webcam while recording ~ prevent all background refresh of data when recording / publishing ~ prevent refreshing data / stop recording if changing page inside a SPA v0.0.15: fix: when recording 2 videos in a row, the second one was always the same as the first one fix: close button is more visible fix: added refresh when deleting a video from All videos. Added All Time sorting to Current page and Current domain. Added autoplay when clicking on screen capture player button. fix: ~ share page not working properly when the chrome ext is installed fix: fullscreen on shared page fix: fixed webcam preview not appearing when selecting screen to record. Fixed screen selection cancel not bringing back to init state
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kmdfkomlmakbigabjiialbgbacbadahp |
URL Chính Thức | https://chrome.google.com/webstore/detail/bubble/kmdfkomlmakbigabjiialbgbacbadahp |
Mô tả | Bubble - a new way to communicate for remote teams. |
Kích Thước Tệp | 3.59 MB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 0.16.0 |
Cập Nhật Lần Cuối | 2021-08-03 |
Ngày Phát Hành | 2021-07-03 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | BubbleVr |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://landing.usewedo.com/bubble-chrome-ext/ |
URL Trang Trợ Giúp | https://landing.usewedo.com/bubble-chrome-ext/ |
URL Trang Chính Sách Bảo Mật | https://www.usewedo.com/confidentialite-en |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bubble", "version": "0.16.0", "manifest_version": 2, "description": "Bubble - a new way to communicate for remote teams.", "icons": { "128": "chrome-ext\/favicon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "chrome-ext\/contentscript.js", "runtime-es2015.js", "polyfills-es2015.js", "main-es2015.js" ], "css": [ "styles.css" ], "run_at": "document_end", "all_frames": false } ], "background": { "scripts": [ "chrome-ext\/background.js" ], "persistent": false }, "permissions": [ "identity", "identity.email", "storage", "desktopCapture" ], "browser_action": { "default_popup": "chrome-ext\/ext-popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "bower_components\/angular\/*" ] } |