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 - это расширение Chrome, разработанное puru.pahuja, и его основная функция - "Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…".
Снимки экрана расширения
Скачать файл CRX расширения Demofy
Скачайте файлы расширений 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 |
| Электронная почта | [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"
}
} | |