Here Calendar
Here.fm integration with Google Calendar
什麼是Here Calendar?
Here Calendar是由https://here.fm開發的Chrome擴展程式,該擴展的主要功能是“Here.fm integration with Google Calendar”。
擴展截圖
下載Here Calendar擴展crx文件
下載Here Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | nngnogkbdoeejopcdkclmmkcbefggmed |
官方網址 | https://chromewebstore.google.com/detail/here-calendar/nngnogkbdoeejopcdkclmmkcbefggmed |
簡介 | Here.fm integration with Google Calendar |
檔案大小 | 24.08 KB |
安裝次數 | 2,591 |
目前版本 | 1.0.6 |
更新時間 | 2022-08-11 |
上架時間 | 2020-08-21 |
評分 | 5.00/5 共 21 次評分 |
開發者 | https://here.fm |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://here.fm |
說明頁面URL | https://help.here.fm |
隱私政策頁面URL | https://here.fm/privacy.html |
支援的語言 | 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 } |