Tilde
Free, instant meeting rooms for all your collaborative needs
Tilde là gì?
Tilde là một tiện ích mở rộng Chrome được phát triển bởi https://www.tilde.so, và tính năng chính của nó là "Free, instant meeting rooms for all your collaborative needs".
Ả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 Tilde
Tải xuống các tệp mở rộng Tilde 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
Tilde is a meeting space that makes meetings more efficient, effective, and inclusive. We hope to improve recurring meetings like your daily stand-up or weekly one-on-ones. You can create a free and instant meeting at https://tilde.so — no sign up required. # Why did we create Tilde? Like many of you, we found ourselves stuck in dull and fatiguing virtual meetings, staring at each other through a dreary matrix of video boxes. Given how important virtual meetings are for remote and hybrid teams, we thought there should be something better. And so we set out to build a great virtual meeting tool. # What is Tilde? A free, interactive meeting space where you can quickly create a virtual room with... 📝 **Built-in accessories** — like collaborative notepads, sticky notes, and whiteboards 🤫 **Huddles** — for private, breakout conversations 🖥️ **Multiple screen sharing and embeds** — so you and your team can review designs, spreadsheets, and code all at once. 💾 **Persistence** — your meeting content gets saved, meaning you can return to your meeting content with the same link after the event.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tilde |
ID | fdleebpnfhkglofibmclaffikndcmnjd |
URL Chính Thức | https://chromewebstore.google.com/detail/tilde/fdleebpnfhkglofibmclaffikndcmnjd |
Mô tả | Free, instant meeting rooms for all your collaborative needs |
Kích Thước Tệp | 1.41 MB |
Số Lần Cài Đặt | 306 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2021-11-09 |
Ngày Phát Hành | 2021-07-22 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.tilde.so |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://tilde.so |
URL Trang Trợ Giúp | https://tilde.so/support/ |
URL Trang Chính Sách Bảo Mật | https://tilde.so/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.2.0", "short_name": "Tilde", "name": "Tilde", "description": "Free, instant meeting rooms for all your collaborative needs", "browser_action": { "default_title": "Tilde", "default_popup": "popup.html" }, "icons": { "16": "img\/16px.png", "32": "img\/32px.png", "48": "img\/48px.png", "128": "img\/128px.png" }, "content_scripts": [ { "matches": [ "*:\/\/tilde.so\/*" ], "js": [ "contentScript.bundle.js" ], "all_frames": true, "run_at": "document_end" } ] } |