3veta Chrome Extension

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

Что такое 3veta Chrome Extension?

3veta Chrome Extension - это расширение Chrome, разработанное https://3veta.com, и его основная функция - "3veta Chrome Extension helps you easily access your bookable services, meetings, and calendar events.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения 3veta Chrome Extension

Скачайте файлы расширений 3veta Chrome Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название 3veta Chrome Extension 3veta Chrome Extension
ID hkgpoihcmmepdabahoaanidbpkpemofn
Официальный URL https://chromewebstore.google.com/detail/3veta-chrome-extension/hkgpoihcmmepdabahoaanidbpkpemofn
Описание 3veta Chrome Extension helps you easily access your bookable services, meetings, and calendar events.
Размер файла 135 KB
Количество установок 104
Текущая Версия 1.0.6
Последнее Обновление 2022-06-27
Дата публикации 2021-12-14
Рейтинг 5.00/5 Всего 5 оценок
Разработчик https://3veta.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://3veta.com/
URL страницы помощи https://help.3veta.com/kb/en
URL страницы политики конфиденциальности https://3veta.com/legal
Поддерживаемые языки 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\/"
    ]
}