Hand Signals - Hand signals for Google Meet

Quick Occupy hand signals for use in Google Meet

Cos'è Hand Signals - Hand signals for Google Meet?

Hand Signals - Hand signals for Google Meet è un'estensione di Chrome sviluppata da Government Digital Service, e la sua funzione principale è "Quick Occupy hand signals for use in Google Meet".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Hand Signals - Hand signals for Google Meet

Scarica i file di estensione Hand Signals - Hand signals 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

                        Notice of decommission

We aim to decommission this extension by the end of 2023.                    

Informazioni di Base sull'Estensione

Nome Hand Signals - Hand signals for Google Meet Hand Signals - Hand signals for Google Meet
ID npkagcojnlkccpdcgokfijkbhmlkglnl
URL Ufficiale https://chrome.google.com/webstore/detail/hand-signals-hand-signals/npkagcojnlkccpdcgokfijkbhmlkglnl
Descrizione Quick Occupy hand signals for use in Google Meet
Dimensione del File 302 KB
Conteggio Installazioni 161
Versione Corrente 2.1.0
Ultimo Aggiornamento 2023-06-27
Data di Pubblicazione 2020-11-17
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore Government Digital Service
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/alphagov/hand-signals/
URL della Pagina di Aiuto https://github.com/alphagov/hand-signals/issues
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hand Signals - Hand signals for Google Meet",
    "version": "2.1.0",
    "description": "Quick Occupy hand signals for use in Google Meet",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/**-**-**"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.js",
        "dist\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/16.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.google.com\/**-**-**"
        ]
    },
    "optional_permissions": [
        "notifications",
        "*:\/\/meet.google.com\/**-**-**"
    ]
}