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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |