MeetInOne Extension for Google Meet

MeetInOne - enhance your Google Meet meetings

Cos'è MeetInOne Extension for Google Meet?

MeetInOne Extension for Google Meet è un'estensione di Chrome sviluppata da https://meetinone.com, e la sua funzione principale è "MeetInOne - enhance your Google Meet meetings".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MeetInOne Extension for Google Meet

Scarica i file di estensione MeetInOne Extension for Google Meet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Enhance your Google Meet experience with MeetInOne for Chrome. MeetInOne is the best Google Meet enhancement extension around and is 100% free. 

In-call features:
🗣 Push-to-talk 
⏭ Auto-join meetings 
🤐 Auto-mute audio and video 
💬 Auto-toggle captions 
📺  Picture-in-picture 
⏱ A meeting timer 
📊 Meeting statistics 
✅ Auto admit or reject new participants 
🔗 Easy link copying and sharing 
🌚 Dark mode 
📹 Meeting recording (coming soon)

Out-of-call features: 
🏘 Vastly improved account management 
💨 Save meeting links for quick access 
📌 Starting and joining meetings via the menu bar

On top of this, the MeetInOne Extension will provide you a link to download the MeetInOne Desktop App within the default popup.

Unlike other extensions, MeetInOne is built to be resource-efficient and put less strain on your browser and device.                    

Informazioni di Base sull'Estensione

Nome MeetInOne Extension for Google Meet MeetInOne Extension for Google Meet
ID pfmeokkodfbbeckenogobokoaiahclmp
URL Ufficiale https://chromewebstore.google.com/detail/meetinone-extension-for-g/pfmeokkodfbbeckenogobokoaiahclmp
Descrizione MeetInOne - enhance your Google Meet meetings
Dimensione del File 925 KB
Conteggio Installazioni 44,493
Versione Corrente 0.1.7
Ultimo Aggiornamento 2021-06-02
Data di Pubblicazione 2020-11-03
Valutazione 3.95/5 Totale 21 Valutazioni
Sviluppatore https://meetinone.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://meetinone.com
URL della Pagina di Aiuto https://meetinone.com/support
URL della Pagina della Politica sulla Privacy https://meetinone.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MeetInOne Extension for Google Meet",
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "version": "0.1.7",
    "description": "MeetInOne - enhance your Google Meet meetings",
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.meet.google.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "browser-polyfill.min.js",
                "index.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "16x16.png",
            "32": "32x32.png",
            "48": "48x48.png",
            "128": "128x128.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}