Whale

Surface knowledge when and where your team needs it.

Wat is Whale?

Whale is een Chrome-extensie ontwikkeld door https://usewhale.io, en de belangrijkste functie is "Surface knowledge when and where your team needs it.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Whale

Download Whale-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Whale Whale
ID plkaaldfeolmpbeahghnndlphopbpcfm
Officiële URL https://chromewebstore.google.com/detail/whale/plkaaldfeolmpbeahghnndlphopbpcfm
Beschrijving Surface knowledge when and where your team needs it.
Bestandsgrootte 2.09 MB
Aantal Installaties 2,131
Huidige Versie 5.9.10
Laatst Bijgewerkt 2023-12-20
Publicatiedatum 2020-07-03
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar https://usewhale.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.usewhale.io/
Help Pagina-URL https://help.usewhale.io/
URL van de Privacybeleid Pagina https://usewhale.io/privacy-policy
Ondersteunde Talen 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\/*"
        ]
    }
}