Demofy
Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…
什麼是Demofy?
Demofy是由puru.pahuja開發的Chrome擴展程式,該擴展的主要功能是“Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…”。
擴展截圖
下載Demofy擴展crx文件
下載Demofy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Demofy |
ID | ajdecghjionmknpjnjjamdikchaifgop |
官方網址 | https://chromewebstore.google.com/detail/demofy/ajdecghjionmknpjnjjamdikchaifgop |
簡介 | Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This… |
檔案大小 | 4.63 KB |
安裝次數 | 906 |
目前版本 | 2.0 |
更新時間 | 2023-02-10 |
上架時間 | 2023-02-02 |
開發者 | puru.pahuja |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |