Whale

Surface knowledge when and where your team needs it.

ما هو Whale؟

Whale هو إضافة Chrome تم تطويرها بواسطة https://usewhale.io، والميزة الرئيسية لها هي "Surface knowledge when and where your team needs it.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Whale

قم بتنزيل ملفات الامتداد Whale بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Whale Whale
ID plkaaldfeolmpbeahghnndlphopbpcfm
عنوان URL الرسمي https://chromewebstore.google.com/detail/whale/plkaaldfeolmpbeahghnndlphopbpcfm
الوصف Surface knowledge when and where your team needs it.
حجم الملف 2.09 MB
عدد التثبيتات 2,131
النسخة الحالية 5.9.10
آخر تحديث 2023-12-20
تاريخ النشر 2020-07-03
تقييم 5.00/5 مجموع تقييمات 9
المطور https://usewhale.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.usewhale.io/
عنوان صفحة المساعدة https://help.usewhale.io/
عنوان صفحة سياسة الخصوصية https://usewhale.io/privacy-policy
اللغات المدعومة 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\/*"
        ]
    }
}