Tilde

Free, instant meeting rooms for all your collaborative needs

Τι είναι το Tilde;

Το Tilde είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.tilde.so, και η κύρια λειτουργία του είναι "Free, instant meeting rooms for all your collaborative needs".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tilde

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
        }
    ]
}