Farmako Digital Labs
Farmako's digital lab web extension to streamline your workflow
Farmako Digital Labs là gì?
Farmako Digital Labs là một tiện ích mở rộng Chrome được phát triển bởi http://farmako.in, và tính năng chính của nó là "Farmako's digital lab web extension to streamline your workflow".
Ả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 Farmako Digital Labs
Tải xuống các tệp mở rộng Farmako Digital Labs 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hklchbhccfdmpolcpopbdocamikdhgok |
URL Chính Thức | https://chrome.google.com/webstore/detail/farmako-digital-labs/hklchbhccfdmpolcpopbdocamikdhgok |
Mô tả | Farmako's digital lab web extension to streamline your workflow |
Kích Thước Tệp | 8.94 MB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 3.2.1 |
Cập Nhật Lần Cuối | 2023-01-30 |
Ngày Phát Hành | 2021-05-30 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | http://farmako.in |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://farmako.in |
URL Trang Trợ Giúp | https://wa.me/918448369102 |
URL Trang Chính Sách Bảo Mật | https://cdn.farmako.in/legal/farmako_users_privacy_policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |