BDRIS Reporting Tool
Easy tool for generating monthly birth and death registration reports
Cos'è BDRIS Reporting Tool?
BDRIS Reporting Tool è un'estensione di Chrome sviluppata da Seba Automation, e la sua funzione principale è "Easy tool for generating monthly birth and death registration reports".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BDRIS Reporting Tool
Scarica i file di estensione BDRIS Reporting Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | BDRIS Reporting Tool |
ID | cpfaikflkpanhnjlfeedcnbahklnoamn |
URL Ufficiale | https://chromewebstore.google.com/detail/bdris-reporting-tool/cpfaikflkpanhnjlfeedcnbahklnoamn |
Descrizione | Easy tool for generating monthly birth and death registration reports |
Dimensione del File | 758 KB |
Conteggio Installazioni | 306 |
Versione Corrente | 1.7.4.57 |
Ultimo Aggiornamento | 2024-02-27 |
Data di Pubblicazione | 2023-05-02 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | Seba Automation |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://bdris.gov.bd/ |
URL della Pagina di Aiuto | https://bdris.gov.bd/public/post/55 |
URL della Pagina della Politica sulla Privacy | https://sonod.com.bd/bdris_reporting_tool/privacy-policy |
Lingue Supportate | 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" } } |