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.
拡張機能の基本情報
名前 | Relay |
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 |
Eメール | [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'" } |