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 |
官方URL | 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" } } |