VersaTrial
Helping sites re-imagine their workflow across different technology platforms.
VersaTrial là gì?
VersaTrial là một tiện ích mở rộng Chrome được phát triển bởi https://versatrial.io, và tính năng chính của nó là "Helping sites re-imagine their workflow across different technology platforms.".
Ả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 VersaTrial
Tải xuống các tệp mở rộng VersaTrial 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
Simple wins in a complex workflow. This browser extension helps staff working at clinical trial sites to: ★ Supercharge your bookmarks by connecting them to specific clinical trial studies in a Study Organizer that can be shared across your entire organization. ★ Autosave your team's answers to feasibility questionnaires from CROs and pharmaceutical companies to a master Answer Library that is searchable and reference-able.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VersaTrial |
ID | poembcmcnmmolhcnokfmjenjfchogbfa |
URL Chính Thức | https://chromewebstore.google.com/detail/versatrial/poembcmcnmmolhcnokfmjenjfchogbfa |
Mô tả | Helping sites re-imagine their workflow across different technology platforms. |
Kích Thước Tệp | 1.09 MB |
Số Lần Cài Đặt | 899 |
Phiên Bản Hiện Tại | 2.19.1 |
Cập Nhật Lần Cuối | 2024-01-29 |
Ngày Phát Hành | 2023-02-22 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://versatrial.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://app.versatrial.io/ |
URL Trang Trợ Giúp | https://app.versatrial.io/ |
URL Trang Chính Sách Bảo Mật | https://app.versatrial.io/privacy_policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VersaTrial", "description": "Helping sites re-imagine their workflow across different technology platforms.", "version": "2.19.1", "manifest_version": 3, "icons": { "16": "\/img\/icons\/16.png", "32": "\/img\/icons\/32.png", "48": "\/img\/icons\/48.png", "128": "\/img\/icons\/128.png" }, "background": { "service_worker": "\/js\/background.js", "type": "module" }, "action": { "default_popup": "\/pages\/popup\/index.html", "default_icons": { "16": "\/img\/icons\/16.png", "32": "\/img\/icons\/32.png", "48": "\/img\/icons\/48.png", "128": "\/img\/icons\/128.png" } }, "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/versatrial-staging.herokuapp.com\/*", "https:\/\/app.versatrial.io\/*", "https:\/\/versatrial.test\/*", "https:\/\/versatrial.dev\/*" ], "js": [ "\/js\/launcher.js" ] }, { "run_at": "document_start", "all_frames": true, "matches": [ "https:\/\/app.versatrial.io\/*" ], "js": [ "\/js\/app_content.js" ] }, { "all_frames": false, "run_at": "document_idle", "matches": [ "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/versatrial-staging.herokuapp.com\/*", "https:\/\/app.versatrial.io\/*", "https:\/\/versatrial.test\/*", "https:\/\/versatrial.dev\/*" ], "js": [ "\/js\/initiate_nudges.js" ] } ], "options_ui": { "page": "\/pages\/options\/index.html", "open_in_tab": false }, "optional_permissions": [ "bookmarks", "downloads" ], "permissions": [ "activeTab", "alarms", "cookies", "contextMenus", "scripting", "storage" ], "host_permissions": [ "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "https:\/\/*\/*" ], "extension_ids": [] } ] } |