BDRIS Reporting Tool
Easy tool for generating monthly birth and death registration reports
O que é BDRIS Reporting Tool?
BDRIS Reporting Tool é uma extensão do Chrome desenvolvida por Seba Automation, e sua principal característica é "Easy tool for generating monthly birth and death registration reports".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BDRIS Reporting Tool
Baixe arquivos de extensão BDRIS Reporting Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | BDRIS Reporting Tool |
ID | cpfaikflkpanhnjlfeedcnbahklnoamn |
URL Oficial | https://chromewebstore.google.com/detail/bdris-reporting-tool/cpfaikflkpanhnjlfeedcnbahklnoamn |
Descrição | Easy tool for generating monthly birth and death registration reports |
Tamanho do Arquivo | 758 KB |
Contagem de Instalações | 306 |
Versão Atual | 1.7.4.57 |
Última Atualização | 2024-02-27 |
Data de Publicação | 2023-05-02 |
Classificação | 5.00/5 Total de 8 Avaliações |
Desenvolvedor | Seba Automation |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://bdris.gov.bd/ |
URL da Página de Ajuda | https://bdris.gov.bd/public/post/55 |
URL da Página de Política de Privacidade | https://sonod.com.bd/bdris_reporting_tool/privacy-policy |
Idiomas Suportados | 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" } } |