Farmako Digital Labs
Farmako's digital lab web extension to streamline your workflow
Vad är Farmako Digital Labs?
Farmako Digital Labs är en Chrome-tillägg utvecklad av http://farmako.in, och dess huvudfunktion är "Farmako's digital lab web extension to streamline your workflow".
Tilläggsskärmbilder
Ladda ner Farmako Digital Labs-förlängningens CRX-fil
Ladda ner Farmako Digital Labs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | hklchbhccfdmpolcpopbdocamikdhgok |
Officiell webbadress | https://chrome.google.com/webstore/detail/farmako-digital-labs/hklchbhccfdmpolcpopbdocamikdhgok |
Beskrivning | Farmako's digital lab web extension to streamline your workflow |
Filstorlek | 8.94 MB |
Antal Installationer | 48 |
Aktuell Version | 3.2.1 |
Senast Uppdaterad | 2023-01-30 |
Publiceringsdatum | 2021-05-30 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | http://farmako.in |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://farmako.in |
Hjälpsida URL | https://wa.me/918448369102 |
URL till Sekretesspolicy Sidan | https://cdn.farmako.in/legal/farmako_users_privacy_policy.html |
Stödda Språk | 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": [ " |