Here Calendar
Here.fm integration with Google Calendar
Here Calendar là gì?
Here Calendar là một tiện ích mở rộng Chrome được phát triển bởi https://here.fm, và tính năng chính của nó là "Here.fm integration with 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 Here Calendar
Tải xuống các tệp mở rộng Here 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
Change up the way you get together with your friends with Here - a real-time, shared canvas where you can meet up on video, decorate with pics and GIFs, draw, screenshare, and more -- all in Chrome at here.fm. This extension provides a simple way to schedule meetings in a Here room, directly from Google Calendar. Book meetings, schedule social events, and change rooms with a couple clicks.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nngnogkbdoeejopcdkclmmkcbefggmed |
URL Chính Thức | https://chromewebstore.google.com/detail/here-calendar/nngnogkbdoeejopcdkclmmkcbefggmed |
Mô tả | Here.fm integration with Google Calendar |
Kích Thước Tệp | 24.08 KB |
Số Lần Cài Đặt | 2,591 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2022-08-11 |
Ngày Phát Hành | 2020-08-21 |
Đánh Giá | 5.00/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | https://here.fm |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://here.fm |
URL Trang Trợ Giúp | https://help.here.fm |
URL Trang Chính Sách Bảo Mật | https://here.fm/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Here Calendar", "version": "1.0.6", "description": "Here.fm integration with Google Calendar", "externally_connectable": { "matches": [ "*:\/\/here.fm\/*" ] }, "background": { "scripts": [ "main.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*", "*:\/\/here.fm\/*" ], "js": [ "main.js" ] } ], "icons": { "128": "128x128.png", "48": "48x48.png", "16": "16x16.png" }, "manifest_version": 2 } |