Whale

Surface knowledge when and where your team needs it.

Qu'est-ce que Whale ?

Whale est une extension Chrome développée par https://usewhale.io, et sa fonction principale est "Surface knowledge when and where your team needs it.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Whale

Téléchargez les fichiers d'extension Whale au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Whale Whale
ID plkaaldfeolmpbeahghnndlphopbpcfm
URL Officiel https://chromewebstore.google.com/detail/whale/plkaaldfeolmpbeahghnndlphopbpcfm
Description Surface knowledge when and where your team needs it.
Taille du Fichier 2.09 MB
Nombre d'Installations 2,131
Version Actuelle 5.9.10
Dernière Mise à Jour 2023-12-20
Date de Publication 2020-07-03
Évaluation 5.00/5 Total 9 Évaluations
Développeur https://usewhale.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.usewhale.io/
URL de la Page d'Aide https://help.usewhale.io/
URL de la Page de Politique de Confidentialité https://usewhale.io/privacy-policy
Langues Prises en Charge 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\/*"
        ]
    }
}