H1 Explorer
H1 is a global data company that connects healthcare insights from around the world. Combining research databases from around the…
H1 Explorer là gì?
H1 Explorer là một tiện ích mở rộng Chrome được phát triển bởi h1-explorer, và tính năng chính của nó là "H1 is a global data company that connects healthcare insights from around the world. Combining research databases from around the…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng H1 Explorer
Tải xuống các tệp mở rộng H1 Explorer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
H1 is a global data company that connects healthcare insights from around the world. Combining research databases from around the world, H1 Explorer will help you make the connections between the scientific research, the authors behind the research, and stay up-to-date with the latest publications from authors of any specialty. H1 maintains over 10 million healthcare professional profiles globally. Terms of service: https://www.h1insights.com/legal/terms-of-service-h1-explorer
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | H1 Explorer |
ID | oaofnobkbhhalhdbphbfdmpiibodcpjd |
URL Chính Thức | https://chromewebstore.google.com/detail/h1-explorer/oaofnobkbhhalhdbphbfdmpiibodcpjd |
Mô tả | H1 is a global data company that connects healthcare insights from around the world. Combining research databases from around the… |
Kích Thước Tệp | 7.69 MB |
Số Lần Cài Đặt | 348 |
Phiên Bản Hiện Tại | 1.00016.0 |
Cập Nhật Lần Cuối | 2022-07-08 |
Ngày Phát Hành | 2021-04-06 |
Đánh Giá | 5.00/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | h1-explorer |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.h1insights.com/ |
URL Trang Chính Sách Bảo Mật | https://www.h1.co/legal/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "H1 Explorer", "name": "H1 Explorer", "version": "1.00016.0", "manifest_version": 2, "background": { "scripts": [ "app\/background.js" ] }, "browser_action": { "default_icon": "H1128px.png" }, "icons": { "16": "\/H1128px.png", "48": "\/H1128px.png", "128": "\/H1128px.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.nejm.org\/*", "https:\/\/pubmed.ncbi.nlm.nih.gov\/*", "https:\/\/prod-api.h1insights.com\/graphql", "https:\/\/*.nature.com\/*", "https:\/\/*.cdc.gov\/*", "https:\/\/*.thelancet.com\/*", "https:\/\/*.physiology.org\/*", "https:\/\/*.annualreviews.org\/*", "https:\/\/ascopubs.org\/*", "https:\/\/*.journals.elsevier.com\/", "https:\/\/*.psychologicalscience.org\/*", "https:\/\/pubs.acs.org\/*", "https:\/\/rupress.org\/*", "https:\/\/*.embopress.org\/*", "https:\/\/*.annualreviews.org\/*", "https:\/\/jamanetwork.com\/*", "https:\/\/iopscience.iop.org\/*", "https:\/\/*.embopress.org\/*", "https:\/\/*.wiley.com\/*", "https:\/\/jamanetwork.com\/*", "https:\/\/*.jci.org\/*", "https:\/\/*.science.org\/*", "https:\/\/*.scimagojr.com\/*", "https:\/\/*.cell.com\/*", "https:\/\/elifesciences.org\/*", "https:\/\/*.jto.org\/*", "https:\/\/*.acpjournals.org\/*", "https:\/\/*.asnjournals.org\/*", "https:\/\/*.oup.com\/*", "https:\/\/*.onlinelibrary.wiley.com\/*", "https:\/\/*.eurosurveillance.org\/*", "https:\/\/*.ersjournals.com\/*", "https:\/\/*.plos.org\/plosmedicine\/*", "https:\/\/*.oup.com\/*", "https:\/\/*.karger.com\/*", "https:\/\/jamanetwork.com\/*", "https:\/\/*.healthaffairs.org\/*", "https:\/\/rupress.org\/*", "https:\/\/*.bmj.com\/*", "https:\/\/*.springer.com\/*", "https:\/\/*.jci.org\/*", "https:\/\/*.jacc.org\/*", "https:\/\/*.oup.com\/*", "https:\/\/*.ahajournals.org\/*", "https:\/\/*.biomedcentral.com\/", "https:\/\/*.tandfonline.com\/*", "https:\/\/jnccn.org\/*", "https:\/\/*.ahajournals.org\/*", "https:\/\/*.cancertreatmentreviews.com\/*", "https:\/\/*.oup.com\/*", "https:\/\/*.clinicalmicrobiologyandinfection.com\/*", "https:\/\/*.lww.com\/*", "https:\/\/home.liebertpub.com\/*", "http:\/\/*.protein-cell.org\/*", "https:\/\/*.acs.org\/*", "https:\/\/*.biomedcentral.com\/*", "https:\/\/*.ahajournals.org\/*", "https:\/\/*.who.int\/*", "http:\/\/*.cshlp.org\/*", "https:\/\/*.apa.org\/*", "https:\/\/*.scimagojr.com\/*", "https:\/\/*.ahajournals.org\/*", "https:\/\/*.annualreviews.org\/*", "https:\/\/*.biomedcentral.com\/*", "https:\/\/*.wiley.com\/*" ], "css": [ "\/css\/root.css" ], "js": [ "\/static\/js\/content.js" ] } ], "web_accessible_resources": [ "\/static\/css\/content.css", "\/static\/media\/*", "*.js" ], "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'" } |