Farmako Digital Labs
Farmako's digital lab web extension to streamline your workflow
ما هو Farmako Digital Labs؟
Farmako Digital Labs هو إضافة Chrome تم تطويرها بواسطة http://farmako.in، والميزة الرئيسية لها هي "Farmako's digital lab web extension to streamline your workflow".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Farmako Digital Labs
قم بتنزيل ملفات الامتداد Farmako Digital Labs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://farmako.in |
عنوان صفحة المساعدة | https://wa.me/918448369102 |
عنوان صفحة سياسة الخصوصية | 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": [ " |