Whale

Surface knowledge when and where your team needs it.

Was ist Whale?

Whale ist eine Chrome-Erweiterung, die von https://usewhale.io entwickelt wurde, und ihr Hauptmerkmal ist "Surface knowledge when and where your team needs it.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Whale-Erweiterungs-CRX-Datei herunterladen

Laden Sie Whale-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Whale Whale
ID plkaaldfeolmpbeahghnndlphopbpcfm
Offizielle URL https://chromewebstore.google.com/detail/whale/plkaaldfeolmpbeahghnndlphopbpcfm
Beschreibung Surface knowledge when and where your team needs it.
Dateigröße 2.09 MB
Installationsanzahl 2,131
Aktuelle Version 5.9.10
Letztes Update 2023-12-20
Veröffentlichungsdatum 2020-07-03
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler https://usewhale.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.usewhale.io/
Hilfeseite URL https://help.usewhale.io/
URL der Datenschutzrichtlinien-Seite https://usewhale.io/privacy-policy
Unterstützte Sprachen 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\/*"
        ]
    }
}