Whale

Surface knowledge when and where your team needs it.

¿Qué es Whale?

Whale es una extensión de Chrome desarrollada por https://usewhale.io, y su función principal es "Surface knowledge when and where your team needs it.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Whale

Descarga archivos de extensión Whale en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Whale Whale
ID plkaaldfeolmpbeahghnndlphopbpcfm
URL Oficial https://chromewebstore.google.com/detail/whale/plkaaldfeolmpbeahghnndlphopbpcfm
Descripción Surface knowledge when and where your team needs it.
Tamaño del Archivo 2.09 MB
Cantidad de Instalaciones 2,131
Versión Actual 5.9.10
Última Actualización 2023-12-20
Fecha de Publicación 2020-07-03
Calificación 5.00/5 Total de 9 Calificaciones
Desarrollador https://usewhale.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.usewhale.io/
URL de la Página de Ayuda https://help.usewhale.io/
URL de la Página de Política de Privacidad https://usewhale.io/privacy-policy
Idiomas Soportados 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\/*"
        ]
    }
}