MPBA Firmador Web
Firme documentos electrónicos usando su Token
What is MPBA Firmador Web?
MPBA Firmador Web is a Chrome extension developed by https://mpba.gov.ar, and its main feature is "Firme documentos electrónicos usando su Token".
Extension Screenshots
Download MPBA Firmador Web Extension CRX File
Download MPBA Firmador Web extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extensión para Chrome del firmador de documentos electrónicos del Ministerio Público de la Provincia de Buenos Aires (Argentina)
Extension Basic Information
Name | MPBA Firmador Web |
ID | lpjnjkeanknjendiihgpamjbgkcpmgln |
Official URL | https://chromewebstore.google.com/detail/mpba-firmador-web/lpjnjkeanknjendiihgpamjbgkcpmgln |
Description | Firme documentos electrónicos usando su Token |
File Size | 19.41 KB |
Installation Count | 12,261 |
Current Version | 0.0.33 |
Last Updated | 2023-07-02 |
Publish Date | 2020-05-31 |
Developer | https://mpba.gov.ar |
[email protected] | |
Payment Type | free |
Extension Website | https://www.mpba.gov.ar/ |
Help Page URL | https://www.mpba.gov.ar/firmadigital |
Privacy Policy Page URL | https://www.mpba.gov.ar/privacy_policy.html |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MPBA Firmador Web", "version": "0.0.33", "minimum_chrome_version": "40.0", "manifest_version": 2, "description": "Firme documentos electr\u00f3nicos usando su Token", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.mpba.gov.ar\/*", "https:\/\/*.mpba.gob.ar\/*", "https:\/\/*.hwcrypto.github.io\/*", "https:\/\/*.localhost\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "nativeMessaging" ], "applications": { "gecko": { "id": "{443830f0-1fff-4f9a-aa1e-444bafbc7319}" } } } |