GoToMeeting Redirect
Redirects GoToMeeting meeting urls to the web client version
什么是GoToMeeting Redirect?
GoToMeeting Redirect是由Saissaken开发的Chrome扩展程序,该扩展的主要功能是“Redirects GoToMeeting meeting urls to the web client version”。
扩展截图
下载GoToMeeting Redirect扩展crx文件
下载GoToMeeting Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Forces GoToMeeting to use the web client, redirecting an url like this: https://www.gotomeeting.com/join/123456789 To this: https://app.gotomeeting.com/?meetingId=123456789
扩展基本信息
名称 | GoToMeeting Redirect |
ID | mjdchcigpimjbnldeiiaakooipceanbo |
官方URL | https://chromewebstore.google.com/detail/gotomeeting-redirect/mjdchcigpimjbnldeiiaakooipceanbo |
简介 | Redirects GoToMeeting meeting urls to the web client version |
文件大小 | 166 KB |
安装次数 | 71,394 |
当前版本 | 0.1 |
更新时间 | 2016-07-27 |
上架时间 | 2016-07-27 |
评分 | 3.47/5 共15次评分 |
开发者 | Saissaken |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Saissaken", "description": "Redirects GoToMeeting meeting urls to the web client version", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "GoToMeeting Redirect" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "GoToMeeting Redirect", "permissions": [ "webRequest", "*:\/\/gotomeeting.com\/*", "*:\/\/*.gotomeeting.com\/*", "webRequestBlocking" ] } |