3veta Chrome Extension

3veta Chrome Extension helps you easily access your bookable services, meetings, and calendar events.

O que é 3veta Chrome Extension?

3veta Chrome Extension é uma extensão do Chrome desenvolvida por https://3veta.com, e sua principal característica é "3veta Chrome Extension helps you easily access your bookable services, meetings, and calendar events.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão 3veta Chrome Extension

Baixe arquivos de extensão 3veta Chrome Extension 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

                        Fuss-free scheduling. Full HD video calls in the browser. Simple UX and beautiful UI.

Sign up for your 3veta account, then use the 3veta Chrome Extension to:
- Quickly join meeting rooms and scheduled meetings
- Access your calendar for the day or the week 
- Copy links for upcoming meetings and bookable events 

*About 3veta*
3veta is an end-to-end solution helping teams communicate and collaborate better. 
With 3veta you can: 
- Host video meetings (free or paid)
- Receive secure payments prior to a meeting
- Have fully white label meetings that happen on your own subdomain (e.g. yourname.3veta.com)
- Collaborate with your teammates and share your calendar availability
- Easily schedule meetings internally or share your availability with external people                    

Informações Básicas da Extensão

Nome 3veta Chrome Extension 3veta Chrome Extension
ID hkgpoihcmmepdabahoaanidbpkpemofn
URL Oficial https://chromewebstore.google.com/detail/3veta-chrome-extension/hkgpoihcmmepdabahoaanidbpkpemofn
Descrição 3veta Chrome Extension helps you easily access your bookable services, meetings, and calendar events.
Tamanho do Arquivo 135 KB
Contagem de Instalações 104
Versão Atual 1.0.6
Última Atualização 2022-06-27
Data de Publicação 2021-12-14
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://3veta.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://3veta.com/
URL da Página de Ajuda https://help.3veta.com/kb/en
URL da Página de Política de Privacidade https://3veta.com/legal
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "3veta Chrome Extension",
    "version": "1.0.6",
    "description": "3veta Chrome Extension helps you easily access your bookable services, meetings, and calendar events.",
    "author": "3veta",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.3veta.com\/"
    ]
}