Demofy
Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…
Demofy là gì?
Demofy là một tiện ích mở rộng Chrome được phát triển bởi puru.pahuja, và tính năng chính của nó là "Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Demofy
Tải xuống các tệp mở rộng Demofy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Demofy |
ID | ajdecghjionmknpjnjjamdikchaifgop |
URL Chính Thức | https://chromewebstore.google.com/detail/demofy/ajdecghjionmknpjnjjamdikchaifgop |
Mô tả | Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This… |
Kích Thước Tệp | 4.63 KB |
Số Lần Cài Đặt | 906 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2023-02-10 |
Ngày Phát Hành | 2023-02-02 |
Nhà Phát Triển | puru.pahuja |
puru.pahuja@verkada.com | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |