Tilde
Free, instant meeting rooms for all your collaborative needs
Tilde란 무엇입니까?
Tilde은(는) https://www.tilde.so에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free, instant meeting rooms for all your collaborative needs"입니다.
확장 프로그램 스크린샷
Tilde 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Tilde |
ID | fdleebpnfhkglofibmclaffikndcmnjd |
공식 URL | https://chromewebstore.google.com/detail/tilde/fdleebpnfhkglofibmclaffikndcmnjd |
설명 | Free, instant meeting rooms for all your collaborative needs |
파일 크기 | 1.41 MB |
설치 횟수 | 306 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2021-11-09 |
출시 날짜 | 2021-07-22 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://www.tilde.so |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tilde.so |
도움말 페이지 URL | https://tilde.so/support/ |
개인정보 보호 정책 페이지 URL | https://tilde.so/privacy-policy |
지원되는 언어 | 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" } ] } |