Relay
Relay browser extension
Qu'est-ce que Relay ?
Relay est une extension Chrome développée par https://teamrelay.co, et sa fonction principale est "Relay browser extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Relay
Téléchargez les fichiers d'extension Relay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Relay |
ID | iongjkmjcmcmnhganalncbkdkohoefok |
URL Officiel | https://chromewebstore.google.com/detail/relay/iongjkmjcmcmnhganalncbkdkohoefok |
Description | Relay browser extension |
Taille du Fichier | 424 KB |
Nombre d'Installations | 405 |
Version Actuelle | 2.115.0 |
Dernière Mise à Jour | 2023-09-26 |
Date de Publication | 2021-02-04 |
Développeur | https://teamrelay.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.teamrelay.co/ |
URL de la Page d'Aide | https://www.teamrelay.co/ |
URL de la Page de Politique de Confidentialité | https://www.teamrelay.co/policy |
Langues Prises en Charge | 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'" } |