Relay
Relay browser extension
Wat is Relay?
Relay is een Chrome-extensie ontwikkeld door https://teamrelay.co, en de belangrijkste functie is "Relay browser extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Relay
Download Relay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Relay |
ID | iongjkmjcmcmnhganalncbkdkohoefok |
Officiële URL | https://chromewebstore.google.com/detail/relay/iongjkmjcmcmnhganalncbkdkohoefok |
Beschrijving | Relay browser extension |
Bestandsgrootte | 424 KB |
Aantal Installaties | 405 |
Huidige Versie | 2.115.0 |
Laatst Bijgewerkt | 2023-09-26 |
Publicatiedatum | 2021-02-04 |
Ontwikkelaar | https://teamrelay.co |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.teamrelay.co/ |
Help Pagina-URL | https://www.teamrelay.co/ |
URL van de Privacybeleid Pagina | https://www.teamrelay.co/policy |
Ondersteunde Talen | 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'" } |