Demofy

Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…

What is Demofy?

Demofy is a Chrome extension developed by puru.pahuja, and its main feature is "Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…".

Extension Screenshots

screenshot
screenshot

Download Demofy Extension CRX File

Download Demofy 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

                        Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This is a very simple Chrome extension that would help our team to quickly and easily add a description to a Google Calendar meeting invite. It uses very basic HTML and JavaScript with no security dependencies                    

Extension Basic Information

Name Demofy Demofy
ID ajdecghjionmknpjnjjamdikchaifgop
Official URL https://chromewebstore.google.com/detail/demofy/ajdecghjionmknpjnjjamdikchaifgop
Description Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…
File Size 4.63 KB
Installation Count 906
Current Version 2.0
Last Updated 2023-02-10
Publish Date 2023-02-02
Developer puru.pahuja
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Demofy",
    "version": "2.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "action": {
        "default_title": "Demofy"
    }
}