Whale

Surface knowledge when and where your team needs it.

什么是Whale?

Whale是由https://usewhale.io开发的Chrome扩展程序,该扩展的主要功能是“Surface knowledge when and where your team needs it.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Whale扩展crx文件

下载Whale扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Whale Whale
ID plkaaldfeolmpbeahghnndlphopbpcfm
官方URL https://chromewebstore.google.com/detail/whale/plkaaldfeolmpbeahghnndlphopbpcfm
简介 Surface knowledge when and where your team needs it.
文件大小 2.09 MB
安装次数 2,131
当前版本 5.9.10
更新时间 2023-12-20
上架时间 2020-07-03
评分 5.00/5 共9次评分
开发者 https://usewhale.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.usewhale.io/
帮助页面URL https://help.usewhale.io/
隐私政策页面URL https://usewhale.io/privacy-policy
支持的语言 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\/*"
        ]
    }
}