BDRIS Reporting Tool

Easy tool for generating monthly birth and death registration reports

BDRIS Reporting Tool란 무엇입니까?

BDRIS Reporting Tool은(는) Seba Automation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy tool for generating monthly birth and death registration reports"입니다.

확장 프로그램 스크린샷

screenshot

BDRIS Reporting Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}