HealthTech Alpha
HealthTech Alpha - Digital Health Intelligence at your finger tips
HealthTech Alphaคืออะไร?
HealthTech Alpha เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.healthtechalpha.asia และคุณลักษณะหลักของมันคือ "HealthTech Alpha - Digital Health Intelligence at your finger tips"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HealthTech Alpha
ดาวน์โหลดไฟล์ส่วนขยาย HealthTech Alpha ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HealthTech Alpha Extension for Google Chrome™ HealthTech Alpha’s unique HealthTech intelligence, data and analytics directly from your browser at your fingertips! Access essential information on digital health ventures, their investors, partners, funding rounds and all essential insights into their business model as you browse the web, read the news or do online research! With comprehensive public company data and unmatched private market insight at your fingertips, it’s easy to pinpoint, evaluate and track promising opportunities—without leaving your current workspace or having to move between browser tabs. This product is free to use although to use it to its full, you must be logged in with an existing HealthTech Alpha account. For more information visit https://www.healthtechalpha.com/ ➤ Save time Hassle free viewing of the key data and analytics on a venture as you browse its website, scan relevant news articles and effortlessly view the unique HealthTech Alpha data to reveal everything from basic details to hard-to-find venture information (e.g. independent pre-money valuation, full financing history, employee count, competitors or who the CxO suite is) as you browse. ➤ Streamline your workflow Get all the venture data and analytics you need in one easy interface and easily switch to HealthTech Alpha’s state-of -the-art workflow. ➤ Conduct your due diligence stealthily Evaluate partnership, investment and acquisition targets discreetly with access to critical information on HealthTech ventures and seamlessly navigate to the full HealthTech Alpha platform. ➤ Know who to connect with Identify who the right contact is within the venture you are targeting and tailor your approach with data that links ventures, corporate partners, investors, deals, tech, capability, product, news stories and much more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kllkhihlgbiaffplbfemjacmegfdcjbe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/healthtech-alpha/kllkhihlgbiaffplbfemjacmegfdcjbe |
คำอธิบาย | HealthTech Alpha - Digital Health Intelligence at your finger tips |
ขนาดไฟล์ | 13.94 KB |
จำนวนการติดตั้ง | 58 |
เวอร์ชันปัจจุบัน | 1.0.8 |
อัปเดตครั้งล่าสุด | 2019-11-08 |
วันที่เผยแพร่ | 2019-11-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.healthtechalpha.asia |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.galengrowth.asia |
URL หน้านโยบายความเป็นส่วนตัว | https://www.healthtechalpha.asia/privacy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "author": "https:\/\/www.healthtechalpha.com", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "48.png", "38": "32.png" } }, "content_scripts": [ { "js": [ "injected.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "HealthTech Alpha - Digital Health Intelligence at your finger tips", "icons": { "128": "128.png", "16": "16.png", "48": "32.png", "96": "48.png" }, "manifest_version": 2, "name": "HealthTech Alpha", "permissions": [ "tabs", "contextMenus", "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.8", "web_accessible_resources": [ "iframe.html" ] } |