3veta Chrome Extension

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

What is 3veta Chrome Extension?

3veta Chrome Extension is a Chrome extension developed by https://3veta.com, and its main feature is "3veta Chrome Extension helps you easily access your bookable services, meetings, and calendar events.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 3veta Chrome Extension Extension CRX File

Download 3veta Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name 3veta Chrome Extension 3veta Chrome Extension
ID hkgpoihcmmepdabahoaanidbpkpemofn
Official URL https://chromewebstore.google.com/detail/3veta-chrome-extension/hkgpoihcmmepdabahoaanidbpkpemofn
Description 3veta Chrome Extension helps you easily access your bookable services, meetings, and calendar events.
File Size 135 KB
Installation Count 104
Current Version 1.0.6
Last Updated 2022-06-27
Publish Date 2021-12-14
Rating 5.00/5 Total 5 Ratings
Developer https://3veta.com
Email [email protected]
Payment Type free
Extension Website https://3veta.com/
Help Page URL https://help.3veta.com/kb/en
Privacy Policy Page URL https://3veta.com/legal
Supported Languages 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\/"
    ]
}