3veta Chrome Extension

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

3veta Chrome Extensionとは何ですか?

3veta Chrome Extensionはhttps://3veta.comによって開発されたChromeの拡張機能で、その主な機能は「3veta Chrome Extension helps you easily access your bookable services, meetings, and calendar events.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

3veta Chrome Extension拡張機能のCRXファイルをダウンロード

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
Eメール [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\/"
    ]
}