Farmako Digital Labs
Farmako's digital lab web extension to streamline your workflow
Wat is Farmako Digital Labs?
Farmako Digital Labs is een Chrome-extensie ontwikkeld door http://farmako.in, en de belangrijkste functie is "Farmako's digital lab web extension to streamline your workflow".
Extensie Screenshots
Download het CRX-bestand van de extensie Farmako Digital Labs
Download Farmako Digital Labs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hklchbhccfdmpolcpopbdocamikdhgok |
Officiële URL | https://chrome.google.com/webstore/detail/farmako-digital-labs/hklchbhccfdmpolcpopbdocamikdhgok |
Beschrijving | Farmako's digital lab web extension to streamline your workflow |
Bestandsgrootte | 8.94 MB |
Aantal Installaties | 48 |
Huidige Versie | 3.2.1 |
Laatst Bijgewerkt | 2023-01-30 |
Publicatiedatum | 2021-05-30 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | http://farmako.in |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://farmako.in |
Help Pagina-URL | https://wa.me/918448369102 |
URL van de Privacybeleid Pagina | https://cdn.farmako.in/legal/farmako_users_privacy_policy.html |
Ondersteunde Talen | 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": [ " |