Farmako Digital Labs
Farmako's digital lab web extension to streamline your workflow
Cos'è Farmako Digital Labs?
Farmako Digital Labs è un'estensione di Chrome sviluppata da http://farmako.in, e la sua funzione principale è "Farmako's digital lab web extension to streamline your workflow".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Farmako Digital Labs
Scarica i file di estensione Farmako Digital Labs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hklchbhccfdmpolcpopbdocamikdhgok |
URL Ufficiale | https://chrome.google.com/webstore/detail/farmako-digital-labs/hklchbhccfdmpolcpopbdocamikdhgok |
Descrizione | Farmako's digital lab web extension to streamline your workflow |
Dimensione del File | 8.94 MB |
Conteggio Installazioni | 48 |
Versione Corrente | 3.2.1 |
Ultimo Aggiornamento | 2023-01-30 |
Data di Pubblicazione | 2021-05-30 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | http://farmako.in |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://farmako.in |
URL della Pagina di Aiuto | https://wa.me/918448369102 |
URL della Pagina della Politica sulla Privacy | https://cdn.farmako.in/legal/farmako_users_privacy_policy.html |
Lingue Supportate | 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": [ " |