BDRIS Reporting Tool

Easy tool for generating monthly birth and death registration reports

BDRIS Reporting Tool क्या है?

BDRIS Reporting Tool Seba Automation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy tool for generating monthly birth and death registration reports"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BDRIS Reporting Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Frequently asked questions (FAQ):

Which Country Can use?
Ans: Only for Bangladesh.
Who can use this?
Ans: Only for Bangladesh government authorized users of BDRIS Software (https://bdris.gov.bd)

Features:
1. Easy Monthly report generation system.
2. Easy Quarterly Report.
3. Custom Report.
4. Advance search option.                    

एक्सटेंशन की मूल जानकारी

नाम BDRIS Reporting Tool BDRIS Reporting Tool
ID cpfaikflkpanhnjlfeedcnbahklnoamn
आधिकारिक URL https://chromewebstore.google.com/detail/bdris-reporting-tool/cpfaikflkpanhnjlfeedcnbahklnoamn
विवरण Easy tool for generating monthly birth and death registration reports
फ़ाइल का आकार 758 KB
स्थापना संख्या 306
वर्तमान संस्करण 1.7.4.57
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2023-05-02
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर Seba Automation
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bdris.gov.bd/
सहायता पृष्ठ URL https://bdris.gov.bd/public/post/55
गोपनीयता नीति पृष्ठ URL https://sonod.com.bd/bdris_reporting_tool/privacy-policy
समर्थित भाषाएँ bn
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BDRIS Reporting Tool",
    "version": "1.7.4.57",
    "description": "Easy tool for generating monthly birth and death registration reports",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*.bdris.gov.bd\/*",
                "*:\/\/*.mygov.bd\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "alarms"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "48": "assets\/images\/icon48.png",
            "128": "assets\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bdris.gov.bd\/*",
                "*:\/\/*.mygov.bd\/*",
                "*:\/\/services.nidw.gov.bd\/nid-pub\/citizen-home\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/bootstrap.min.js",
                "assets\/js\/popper.min.js",
                "assets\/js\/select2.full.min.js",
                "functionality.js",
                "content.js"
            ],
            "css": [
                "assets\/css\/select2.min.css",
                "assets\/css\/styles.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}