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 |
Eメール | [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" } } |