EE-HMIS Extension

EE-HMIS Provide Advance User friendlily features

Co to jest EE-HMIS Extension?

EE-HMIS Extension to rozszerzenie Chrome opracowane przez EE Projects, a jego główną funkcją jest „EE-HMIS Provide Advance User friendlily features”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia EE-HMIS Extension

Pobierz pliki rozszerzeń EE-HMIS Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        EE-HMIS Provide Advance User friendlily features

Document: https://ee-projects-ee.blogspot.com

>> Features
  * Automatic Fill Monthly Report with Excel Sheet
  * and more basic functions..

>> Application supports the following browsers:
   * Chrome (latest)

>> FAQ: [email protected]

TERMS OF SERVICE

1. EE-HMIS Extension is not official India government 
         software, app and extensions.
2. If you use these software, then it will be your responsibility that 
          how you are using this software.
3. The main Purpose of these software is to make Data Entry easy, 
          but if you use these softwares to upload data unofficially, then it 
          will be your responsibility. EE-Projects will not have any 
          responsibility in this.
4. EE-Projects softwares do not access any type of user site data 
        while using these software.                    

Podstawowe informacje o rozszerzeniu

Nazwa EE-HMIS Extension EE-HMIS Extension
ID faghkldppfmibeeddhapndkanlheednf
Oficjalny URL https://chromewebstore.google.com/detail/ee-hmis-extension/faghkldppfmibeeddhapndkanlheednf
Opis EE-HMIS Provide Advance User friendlily features
Rozmiar pliku 1.03 MB
Liczba instalacji 1,397
Aktualna Wersja 0.1.12
Ostatnia Aktualizacja 2024-03-05
Data Publikacji 2020-11-03
Deweloper EE Projects
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ee-projects-ee.blogspot.com/2020/10/upload-excel-sheet-in-new-hmis-portal.html
Adres URL Strony Pomocy https://ee-projects-ee.blogspot.com/2020/10/upload-excel-sheet-in-new-hmis-portal.html
Adres URL Strony Polityki Prywatności https://ee-projects-ee.blogspot.com/2019/10/ee-projects-privacy-policy.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "EE-HMIS Provide Advance User friendlily features",
    "version": "0.1.12",
    "manifest_version": 3,
    "name": "EE-HMIS Extension",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/www.googleapis.com\/",
        "https:\/\/eeprojects.ctechhindi.in\/"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "24": "icons\/24x24.png",
            "32": "icons\/32x32.png"
        }
    },
    "icons": {
        "128": "icons\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/hmis.nhp.gov.in\/*",
                "*:\/\/hmis.mohfw.gov.in\/*"
            ],
            "js": [
                "contentScript1.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "contentScripts1.js",
                "contentScripts2.js"
            ],
            "matches": [
                "*:\/\/hmis.nhp.gov.in\/*",
                "*:\/\/hmis.mohfw.gov.in\/*"
            ]
        }
    ]
}