Farmako Digital Labs
Farmako's digital lab web extension to streamline your workflow
Farmako Digital Labsคืออะไร?
Farmako Digital Labs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://farmako.in และคุณลักษณะหลักของมันคือ "Farmako's digital lab web extension to streamline your workflow"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Farmako Digital Labs
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ " |