when2meet-highlighter
Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app
什么是when2meet-highlighter?
when2meet-highlighter是由j.r.jurman开发的Chrome扩展程序,该扩展的主要功能是“Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app”。
扩展截图
下载when2meet-highlighter扩展crx文件
下载when2meet-highlighter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allow people to see the individual availability of users on when2meet
扩展基本信息
名称 | when2meet-highlighter |
ID | nomialgedgafmlldcoklkhjnaibfeghh |
官方URL | https://chromewebstore.google.com/detail/when2meet-highlighter/nomialgedgafmlldcoklkhjnaibfeghh |
简介 | Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app |
文件大小 | 4.69 KB |
安装次数 | 150 |
当前版本 | 1.0.1 |
更新时间 | 2023-03-15 |
上架时间 | 2017-11-27 |
评分 | 5.00/5 共3次评分 |
开发者 | j.r.jurman |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "when2meet-highlighter", "description": "Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app", "version": "1.0.1", "content_scripts": [ { "matches": [ "https:\/\/www.when2meet.com\/*" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ "menu.js" ] } |