Cost Of Meeting for Google Calendar
Easily see the average cost of meetings you schedule on Google Calendar.
Cost Of Meeting for Google Calendarคืออะไร?
Cost Of Meeting for Google Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://equaltime.io และคุณลักษณะหลักของมันคือ "Easily see the average cost of meetings you schedule on Google Calendar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cost Of Meeting for Google Calendar
ดาวน์โหลดไฟล์ส่วนขยาย Cost Of Meeting for Google Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Equal Time's Cost of Meeting extension lets you easily see the average cost of meetings you schedule on Google Calendar. Try it free today! By installing the app, you accept our privacy policy ( https://equaltime.io/privacy) and Terms of Use (https://www.equaltime.io/terms ) We also maintain an Equal Time Chrome extension for Google Meet (https://chrome.google.com/webstore/detail/equal-time-for-google-mee/dngdopifpnnjoochjeodonmchkmkdpga) and an Equal Time app for Zoom (https://marketplace.zoom.us/apps/c0dH9vZeSiyqP7bVB-o-0Q). Check them out!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cost Of Meeting for Google Calendar |
ID | hjclbcpeebomhcnfkmbfefcjcfplhbbo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cost-of-meeting-for-googl/hjclbcpeebomhcnfkmbfefcjcfplhbbo |
คำอธิบาย | Easily see the average cost of meetings you schedule on Google Calendar. |
ขนาดไฟล์ | 74.56 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-09-11 |
วันที่เผยแพร่ | 2023-09-06 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://equaltime.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://equaltime.io |
URL หน้าช่วยเหลือ | https://equaltime.io/contact/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.equaltime.io/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Easily see the average cost of meetings you schedule on Google Calendar.", "manifest_version": 3, "name": "Cost Of Meeting for Google Calendar", "author": "Equalicert", "version": "1.0.1", "homepage_url": "https:\/\/equaltime.io", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "identity", "identity.email" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "content.js", "sentry.js" ], "css": [ "content.css" ], "run_at": "document_start" } ] } |