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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whale
ดาวน์โหลดไฟล์ส่วนขยาย Whale ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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/ |
URL หน้าช่วยเหลือ | https://help.usewhale.io/ |
URL หน้านโยบายความเป็นส่วนตัว | 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": [ " |