VersaTrial
Helping sites re-imagine their workflow across different technology platforms.
Τι είναι το VersaTrial;
Το VersaTrial είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://versatrial.io, και η κύρια λειτουργία του είναι "Helping sites re-imagine their workflow across different technology platforms.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης VersaTrial
Λήψη αρχείων επέκτασης VersaTrial σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | poembcmcnmmolhcnokfmjenjfchogbfa |
| Επίσημο URL | https://chromewebstore.google.com/detail/versatrial/poembcmcnmmolhcnokfmjenjfchogbfa |
| Περιγραφή | Helping sites re-imagine their workflow across different technology platforms. |
| Μέγεθος Αρχείου | 1.09 MB |
| Αριθμός Εγκαταστάσεων | 899 |
| Τρέχουσα Έκδοση | 2.19.1 |
| Τελευταία Ενημέρωση | 2024-01-29 |
| Ημερομηνία Δημοσίευσης | 2023-02-22 |
| Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
| Προγραμματιστής | https://versatrial.io |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://app.versatrial.io/ |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://app.versatrial.io/ |
| URL της Σελίδας Πολιτικής Απορρήτου | https://app.versatrial.io/privacy_policy |
| Υποστηριζόμενες Γλώσσες | 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": []
}
]
} | |