Cost Of Meeting for Google Calendar
Easily see the average cost of meetings you schedule on Google Calendar.
Cost Of Meeting for Google Calendar là gì?
Cost Of Meeting for Google Calendar là một tiện ích mở rộng Chrome được phát triển bởi https://equaltime.io, và tính năng chính của nó là "Easily see the average cost of meetings you schedule on Google Calendar.".
Ả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 Cost Of Meeting for Google Calendar
Tải xuống các tệp mở rộng Cost Of Meeting for Google Calendar 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
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cost Of Meeting for Google Calendar |
ID | hjclbcpeebomhcnfkmbfefcjcfplhbbo |
URL Chính Thức | https://chromewebstore.google.com/detail/cost-of-meeting-for-googl/hjclbcpeebomhcnfkmbfefcjcfplhbbo |
Mô tả | Easily see the average cost of meetings you schedule on Google Calendar. |
Kích Thước Tệp | 74.56 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-09-11 |
Ngày Phát Hành | 2023-09-06 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://equaltime.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://equaltime.io |
URL Trang Trợ Giúp | https://equaltime.io/contact/ |
URL Trang Chính Sách Bảo Mật | https://www.equaltime.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |