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
官方網址 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\/*"
        ]
    }
}