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 |
官方URL | 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 } |