VersaTrial
Helping sites re-imagine their workflow across different technology platforms.
VersaTrial क्या है?
VersaTrial https://versatrial.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helping sites re-imagine their workflow across different technology platforms."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VersaTrial एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | VersaTrial |
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": [] } ] } |