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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } } |