Tilde
Free, instant meeting rooms for all your collaborative needs
Tilde क्या है?
Tilde https://www.tilde.so द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free, instant meeting rooms for all your collaborative needs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tilde एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } ] } |