Relay

Relay browser extension

Relay là gì?

Relay là một tiện ích mở rộng Chrome được phát triển bởi https://teamrelay.co, và tính năng chính của nó là "Relay browser extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Relay

Tải xuống các tệp mở rộng Relay dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Relay Relay
ID iongjkmjcmcmnhganalncbkdkohoefok
URL Chính Thức https://chromewebstore.google.com/detail/relay/iongjkmjcmcmnhganalncbkdkohoefok
Mô tả Relay browser extension
Kích Thước Tệp 424 KB
Số Lần Cài Đặt 405
Phiên Bản Hiện Tại 2.115.0
Cập Nhật Lần Cuối 2023-09-26
Ngày Phát Hành 2021-02-04
Nhà Phát Triển https://teamrelay.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.teamrelay.co/
URL Trang Trợ Giúp https://www.teamrelay.co/
URL Trang Chính Sách Bảo Mật https://www.teamrelay.co/policy
Ngôn Ngữ Được Hỗ Trợ 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'"
}