Farmako Digital Labs
Farmako's digital lab web extension to streamline your workflow
What is Farmako Digital Labs?
Farmako Digital Labs is a Chrome extension developed by http://farmako.in, and its main feature is "Farmako's digital lab web extension to streamline your workflow".
Extension Screenshots
Download Farmako Digital Labs Extension CRX File
Download Farmako Digital Labs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | hklchbhccfdmpolcpopbdocamikdhgok |
Official URL | https://chrome.google.com/webstore/detail/farmako-digital-labs/hklchbhccfdmpolcpopbdocamikdhgok |
Description | Farmako's digital lab web extension to streamline your workflow |
File Size | 8.94 MB |
Installation Count | 48 |
Current Version | 3.2.1 |
Last Updated | 2023-01-30 |
Publish Date | 2021-05-30 |
Rating | 5.00/5 Total 5 Ratings |
Developer | http://farmako.in |
[email protected] | |
Payment Type | free |
Extension Website | https://farmako.in |
Help Page URL | https://wa.me/918448369102 |
Privacy Policy Page URL | https://cdn.farmako.in/legal/farmako_users_privacy_policy.html |
Supported Languages | 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": [ " |