Demofy
Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…
Vad är Demofy?
Demofy är en Chrome-tillägg utvecklad av puru.pahuja, och dess huvudfunktion är "Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…".
Tilläggsskärmbilder
Ladda ner Demofy-förlängningens CRX-fil
Ladda ner Demofy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | ajdecghjionmknpjnjjamdikchaifgop | 
| Officiell webbadress | https://chromewebstore.google.com/detail/demofy/ajdecghjionmknpjnjjamdikchaifgop | 
| Beskrivning | Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This… | 
| Filstorlek | 4.63 KB | 
| Antal Installationer | 906 | 
| Aktuell Version | 2.0 | 
| Senast Uppdaterad | 2023-02-10 | 
| Publiceringsdatum | 2023-02-02 | 
| Utvecklare | puru.pahuja | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    }
}  |  |