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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Tilde擴展crx文件

下載Tilde擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Tilde
ID fdleebpnfhkglofibmclaffikndcmnjd
官方網址 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"
        }
    ]
}