Farmako Digital Labs

Farmako's digital lab web extension to streamline your workflow

Apa itu Farmako Digital Labs?

Farmako Digital Labs adalah ekstensi Chrome yang dikembangkan oleh http://farmako.in, dan fitur utamanya adalah "Farmako's digital lab web extension to streamline your workflow".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Farmako Digital Labs

Unduh file ekstensi Farmako Digital Labs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Farmako Digital Labs Farmako Digital Labs
ID hklchbhccfdmpolcpopbdocamikdhgok
URL Resmi https://chrome.google.com/webstore/detail/farmako-digital-labs/hklchbhccfdmpolcpopbdocamikdhgok
Deskripsi Farmako's digital lab web extension to streamline your workflow
Ukuran File 8.94 MB
Jumlah Instalasi 48
Versi Saat Ini 3.2.1
Terakhir Diperbarui 2023-01-30
Tanggal Publikasi 2021-05-30
Penilaian 5.00/5 Total 5 Penilaian
Pengembang http://farmako.in
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://farmako.in
URL Halaman Bantuan https://wa.me/918448369102
URL Halaman Kebijakan Privasi https://cdn.farmako.in/legal/farmako_users_privacy_policy.html
Bahasa yang Didukung 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": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "file_browser_handlers": [
        {
            "default_title": "Open with Fast PDF Reader",
            "file_filters": [
                "filesystem:*.pdf"
            ],
            "id": "open-fast-pdf"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0YktClZzX84E\/jFRn0cXW10UChURKXWS0EUUc0iu50I4Lt\/S4hBSQDWrZMuHyXAn1ib7SHbSivXCpJZgUH+X6grmXsVJQSlwWmEqi+I2riC0ws030wLKrpM\/iftF2y5prLzWbbqnbmmE20c7+Z\/zC7smWzZUjGxjOstetZJKisTragbMkdnFql2+eOoC4dU624Veerud3n9ZMEyA0qTT7ojrzn2\/3PAvOzfzjZgr82HoB46bQ0rKDhWzoij5SLmqvvou\/oN2Hd3AgUbiLVCXg3fYleKTqkkhKfQ8P\/RfMesRH5gg8XtvMf5TZ4qCeaoa0lFn3PkfnylUFZchc5WW7QIDAQAB",
    "options_page": "data\/options\/index.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon_16.png",
            "32": "\/images\/icon_32.png",
            "48": "\/images\/icon_48.png",
            "128": "\/images\/icon_128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon_16.png",
        "32": "\/images\/icon_32.png",
        "48": "\/images\/icon_48.png",
        "128": "\/images\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/static\/css\/content.css",
                "\/static\/media\/*",
                "gmailJsLoader.js",
                "extension.js",
                "mixpanel.js",
                "lottie.js",
                "cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js",
                "fonts\/*",
                "images\/*",
                "\/dist\/rive.wasm",
                "\/data\/pdf.js\/web\/rive-js\/dist\/rive.wasm",
                "\/data\/pdf.js\/web\/viewer.html",
                "\/data\/pdf.js\/web\/rive.js",
                "\/data\/pdf.js\/web\/rive-app\/canvas\/rive.wasm"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}