Farmako Digital Labs
Farmako's digital lab web extension to streamline your workflow
Farmako Digital Labsとは何ですか?
Farmako Digital Labsはhttp://farmako.inによって開発されたChromeの拡張機能で、その主な機能は「Farmako's digital lab web extension to streamline your workflow」です。
拡張機能のスクリーンショット
Farmako Digital Labs拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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": [ " |