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”。
扩展截图
下载BDRIS Reporting Tool扩展crx文件
下载BDRIS Reporting Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } } |