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 |
官方網址 | 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" } } |