Relay
Relay browser extension
什么是Relay?
Relay是由https://teamrelay.co开发的Chrome扩展程序,该扩展的主要功能是“Relay browser extension”。
扩展截图
下载Relay扩展crx文件
下载Relay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Stop wasting time searching through emails and chats to stay up-to-date with changes at work. Relay makes sure you’re ready to hit the ground running with a prioritized single source of truth. No more guessing what to do and when to take action. 扩展基本信息
| 名称 | |
| ID | iongjkmjcmcmnhganalncbkdkohoefok |
| 官方URL | https://chromewebstore.google.com/detail/relay/iongjkmjcmcmnhganalncbkdkohoefok |
| 简介 | Relay browser extension |
| 文件大小 | 424 KB |
| 安装次数 | 405 |
| 当前版本 | 2.115.0 |
| 更新时间 | 2023-09-26 |
| 上架时间 | 2021-02-04 |
| 开发者 | https://teamrelay.co |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.teamrelay.co/ |
| 帮助页面URL | https://www.teamrelay.co/ |
| 隐私政策页面URL | https://www.teamrelay.co/policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Relay",
"version": "2.115.0",
"description": "Relay browser extension",
"manifest_version": 2,
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/docs.google.com\/forms\/*"
],
"js": [
"google-form.content-script.js"
]
}
],
"browser_action": {
"default_icon": {
"16": "16_active.png",
"24": "24_active.png",
"32": "32_active.png",
"48": "48_active.png",
"128": "128_active.png"
},
"default_popup": "index.html",
"default_title": "Show\/hide Relay"
},
"permissions": [
"identity",
"activeTab",
"storage",
"notifications",
"contextMenus",
"https:\/\/www.teamrelay.co\/",
"webRequest",
"https:\/\/docs.google.com\/forms\/**\/formResponse"
],
"externally_connectable": {
"matches": [
"https:\/\/staging-dashboard.teamrelay.co\/extension-okta-signin*",
"https:\/\/dashboard.teamrelay.co\/extension-okta-signin*"
]
},
"icons": {
"16": "16_active.png",
"24": "24_active.png",
"32": "32_active.png",
"48": "48_active.png",
"128": "128_active.png"
},
"content_security_policy": "script-src 'self' https:\/\/cdn.tiny.cloud; object-src 'self'"
} | |