Whale

Surface knowledge when and where your team needs it.

Whale là gì?

Whale là một tiện ích mở rộng Chrome được phát triển bởi https://usewhale.io, và tính năng chính của nó là "Surface knowledge when and where your team needs it.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Whale 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

                        Ditch your outdated process documents and manuals, and set your team up for success with modern training experiences.

The knowledge and training platform for fast-growing teams.
Whale helps you centralize your processes, SOPs, and tribal knowledge so you can onboard, train and support your teams better.

Not yet a Whale customer? 
Register for a free trial at https://www.usewhale.io                    

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

Tên Whale Whale
ID plkaaldfeolmpbeahghnndlphopbpcfm
URL Chính Thức https://chromewebstore.google.com/detail/whale/plkaaldfeolmpbeahghnndlphopbpcfm
Mô tả Surface knowledge when and where your team needs it.
Kích Thước Tệp 2.09 MB
Số Lần Cài Đặt 2,131
Phiên Bản Hiện Tại 5.9.10
Cập Nhật Lần Cuối 2023-12-20
Ngày Phát Hành 2020-07-03
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://usewhale.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.usewhale.io/
URL Trang Trợ Giúp https://help.usewhale.io/
URL Trang Chính Sách Bảo Mật https://usewhale.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whale",
    "manifest_version": 3,
    "version": "5.9.10",
    "description": "Surface knowledge when and where your team needs it.",
    "action": {
        "default_title": "WHALE"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_whale.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "exclude_matches": [
                "https:\/\/vars.hotjar.com\/*",
                "https:\/\/www.google.com\/recaptcha\/*",
                "https:\/\/js.chargebee.com\/*",
                "https:\/\/s0.2mdn.net\/ads\/*",
                "https:\/\/*.googlesyndication.com\/*",
                "https:\/\/*.statuspage.io\/embed\/frame"
            ],
            "js": [
                "content_match.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "script-src": "'self' 'unsafe-eval'",
        "object-src": "'self'"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/logo.png"
    },
    "permissions": [
        "activeTab",
        "identity",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/* "
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.usewhale.io\/*",
            "*:\/\/localhost\/*"
        ]
    }
}