Instant Meet

Start Google Meet calls instantly with just a click of a button!

O que é Instant Meet?

Instant Meet é uma extensão do Chrome desenvolvida por Shahlin Ibrahim, e sua principal característica é "Start Google Meet calls instantly with just a click of a button!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Instant Meet

Baixe arquivos de extensão Instant Meet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Get on a NEW Google Meet call with just a click of button; To make it even more convenient, the link is automatically copied so you can pass it on to others. For the lazy ones, you save a whole 7-10 seconds with this easy access 😂

Note: For the automatic copy to clipboard to work, you will need to allow access the first time it asks you                    

Informações Básicas da Extensão

Nome Instant Meet Instant Meet
ID pjgfblbagmedppcpibbgdkdhbdgehmmi
URL Oficial https://chromewebstore.google.com/detail/instant-meet/pjgfblbagmedppcpibbgdkdhbdgehmmi
Descrição Start Google Meet calls instantly with just a click of a button!
Tamanho do Arquivo 10.62 KB
Contagem de Instalações 79
Versão Atual 1.0.0
Última Atualização 2023-08-04
Data de Publicação 2023-08-04
Desenvolvedor Shahlin Ibrahim
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Meet",
    "description": "Start Google Meet calls instantly with just a click of a button!",
    "version": "1.0.0",
    "manifest_version": 3,
    "author": "Shahlin Ibrahim",
    "icons": {
        "16": "images\/logo\/logo-16.png",
        "32": "images\/logo\/logo-32.png",
        "48": "images\/logo\/logo-48.png",
        "128": "images\/logo\/logo-128.png"
    },
    "permissions": [],
    "action": [],
    "host_permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}