nDocuSoft

No Tension to ready NREGA files

Was ist nDocuSoft?

nDocuSoft ist eine Chrome-Erweiterung, die von https://ndocusoft.com entwickelt wurde, und ihr Hauptmerkmal ist "No Tension to ready NREGA files".

Erweiterungsscreenshots

screenshot
screenshot

nDocuSoft-Erweiterungs-CRX-Datei herunterladen

Laden Sie nDocuSoft-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        SONASHANKAR IT SOLUTIONS INDIA (OPC) PRIVATE LIMITED (earlier known as GPSoftwares Solutions) brings you nDocuSoft that make your NREGA work allocation a breeze. No Tension to ready files at click of button.  The current features include form generation for Cover page, Check list, Demand application form (Form 6) (reprint), Work allocation form (Form 8), Form 9, Work completion certificate, NMR Movement form and work order. It is all made simple by nDocuSoft.                    

Grundlegende Informationen zur Erweiterung

Name nDocuSoft nDocuSoft
ID kgmbjoakninmbejgngppphhlbcjelcif
Offizielle URL https://chromewebstore.google.com/detail/ndocusoft/kgmbjoakninmbejgngppphhlbcjelcif
Beschreibung No Tension to ready NREGA files
Dateigröße 5.62 MB
Installationsanzahl 3,610
Aktuelle Version 6.6
Letztes Update 2024-03-03
Veröffentlichungsdatum 2020-06-07
Bewertung 5.00/5 Insgesamt 54 Bewertungen
Entwickler https://ndocusoft.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.ndocusoft.com
Hilfeseite URL https://forms.gle/S1iHRvH1EWuH88wC6
URL der Datenschutzrichtlinien-Seite https://www.ndocusoft.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nDocuSoft",
    "version": "6.6",
    "description": "No Tension to ready NREGA files",
    "permissions": [
        "declarativeContent",
        "storage",
        "unlimitedStorage",
        "http:\/\/mnregaweb2.nic.in\/",
        "http:\/\/mnregaweb4.nic.in\/",
        "https:\/\/mnregaweb4.nic.in\/",
        "https:\/\/nreganarep.nic.in\/",
        "http:\/\/nreganarep.nic.in",
        "http:\/\/nrega2de.nic.in\/",
        "https:\/\/nrega2de.nic.in\/",
        "http:\/\/nregade2.nic.in\/",
        "https:\/\/nregade2.nic.in\/",
        "https:\/\/bhuvan-app2.nrsc.gov.in\/",
        "https:\/\/bhuvan-fdc1.nrsc.gov.in\/",
        "https:\/\/s3.ap-south-1.amazonaws.com\/",
        "https:\/\/nregastrep.nic.in\/",
        "contextMenus",
        {
            "fileSystem": [
                "write",
                "retainEntries",
                "directory"
            ]
        },
        "downloads",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "thirdParty\/jquery-2.0.3.min.js",
            "thirdParty\/pdf-lib.min.js",
            "thirdParty\/pdfmake.min.js",
            "thirdParty\/pdfmake.unicode.js",
            "thirdParty\/handlebars-v4.7.3.js",
            "thirdParty\/swag.js",
            "thirdParty\/moment.min.js",
            "thirdParty\/gps.js",
            "thirdParty\/base64Images.js",
            "thirdParty\/agencies.js",
            "background.js",
            "thirdParty\/jspdf.min.js",
            "thirdParty\/html2canvas.js",
            "thirdParty\/jspdf.html.js",
            "thirdParty\/html2pdf.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/*",
                "file:\/\/\/*",
                "*:\/\/mnregaweb4.nic.in\/*",
                "*:\/\/nregade2.nic.in\/*",
                "*:\/\/mnregaweb2.nic.in\/*",
                "*:\/\/mnregaweb5.nic.in\/*",
                "*:\/\/nreganarep.nic.in\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/nDocu1.png",
            "32": "images\/nDocu1.png",
            "48": "images\/nDocu1.png",
            "128": "images\/nDocu1.png"
        }
    },
    "icons": {
        "16": "images\/nDocu1.png",
        "32": "images\/nDocu1.png",
        "48": "images\/nDocu1.png",
        "128": "images\/nDocu1.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/ndocusoftstaging.gpsoftwares.in.s3-website.ap-south-1.amazonaws.com\/*",
            "*:\/\/ndocusoft.gpsoftwares.in.s3-website.ap-south-1.amazonaws.com\/*",
            "*:\/\/ndocusoftstaging.gpsoftwares.in\/*",
            "*:\/\/ndocusoft.gpsoftwares.in\/*",
            "*:\/\/ndocusoft.apps.sonashankaritsi.com\/*",
            "*:\/\/mnregaweb4.nic.in\/*",
            "*:\/\/nregade2.nic.in\/*",
            "*:\/\/nreganarep.nic.in\/*",
            "*:\/\/bhuvan-app2.nrsc.gov.in\/*",
            "*:\/\/bhuvan-fdc1.nrsc.gov.in\/*",
            "*:\/\/nregastrep.nic.in\/*"
        ]
    },
    "web_accessible_resources": [
        "forms\/application_forms\/*.html",
        "thirdParty\/font1.ttf",
        "thirdParty\/tunga.ttf",
        "thirdParty\/baraha.ttf"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'unsafe-inline'; object-src 'self'",
    "manifest_version": 2
}