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
Eメール [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\/*"
        ]
    }
}