Whale

Surface knowledge when and where your team needs it.

Co je Whale?

Whale je rozšíření Chrome vyvinuté https://usewhale.io, a jeho hlavní funkcí je „Surface knowledge when and where your team needs it.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Whale

Stáhněte si soubory rozšíření Whale ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Whale Whale
ID plkaaldfeolmpbeahghnndlphopbpcfm
Oficiální URL https://chromewebstore.google.com/detail/whale/plkaaldfeolmpbeahghnndlphopbpcfm
Popis Surface knowledge when and where your team needs it.
Velikost souboru 2.09 MB
Počet instalací 2,131
Aktuální Verze 5.9.10
Poslední Aktualizace 2023-12-20
Datum Vydání 2020-07-03
Hodnocení 5.00/5 Celkem 9 Hodnocení
Vývojář https://usewhale.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.usewhale.io/
URL Stránky Nápovědy https://help.usewhale.io/
URL Stránky Zásad Ochrany Soukromí https://usewhale.io/privacy-policy
Podporované Jazyky 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\/*"
        ]
    }
}