Farmako Digital Labs
Farmako's digital lab web extension to streamline your workflow
什么是Farmako Digital Labs?
Farmako Digital Labs是由http://farmako.in开发的Chrome扩展程序,该扩展的主要功能是“Farmako's digital lab web extension to streamline your workflow”。
扩展截图
下载Farmako Digital Labs扩展crx文件
下载Farmako Digital Labs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Farmako Digital Labs extension helps diagnostic labs in India to send reports to their patients using Gmail. We provide this extension directly to the diagnostic labs. Labs fill in patient's basic details like name, phone number, name of the report and then attach the report. Patients can access these reports on their WhatsApp and SMS. They can also share it with their doctors if they want. Diagnostic labs take permission and consent from their patients before using this extension for sending their reports.
扩展基本信息
名称 | |
ID | hklchbhccfdmpolcpopbdocamikdhgok |
官方URL | https://chrome.google.com/webstore/detail/farmako-digital-labs/hklchbhccfdmpolcpopbdocamikdhgok |
简介 | Farmako's digital lab web extension to streamline your workflow |
文件大小 | 8.94 MB |
安装次数 | 48 |
当前版本 | 3.2.1 |
更新时间 | 2023-01-30 |
上架时间 | 2021-05-30 |
评分 | 5.00/5 共5次评分 |
开发者 | http://farmako.in |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://farmako.in |
帮助页面URL | https://wa.me/918448369102 |
隐私政策页面URL | https://cdn.farmako.in/legal/farmako_users_privacy_policy.html |
支持的语言 | de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Farmako Digital Labs", "description": "Farmako's digital lab web extension to streamline your workflow", "version": "3.2.1", "manifest_version": 3, "background": { "service_worker": "app\/background.js" }, "permissions": [ "storage", "webNavigation", "contextMenus" ], "host_permissions": [ "https:\/\/mail.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "\/css\/root.css" ], "js": [ "\/static\/js\/content.js" ] }, { "all_frames": false, "js": [ "content.bundle.js" ], "matches": [ " |