Firmae

Extención para Google Chrome de firma electronica.

What is Firmae?

Firmae is a Chrome extension developed by Camara de Comercio de Guatemala, and its main feature is "Extención para Google Chrome de firma electronica.".

Extension Screenshots

screenshot
screenshot

Download Firmae Extension CRX File

Download Firmae 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

                        Complemente de firma electrónica de Camara de Comercio.                    

Extension Basic Information

Name Firmae Firmae
ID fkchlikcecllappblnpahkmpndbbemch
Official URL https://chrome.google.com/webstore/detail/firmae/fkchlikcecllappblnpahkmpndbbemch
Description Extención para Google Chrome de firma electronica.
File Size 32.83 KB
Installation Count 409
Current Version 1.0.28
Last Updated 2020-12-09
Publish Date 2019-07-08
Rating 5.00/5 Total 1 Ratings
Developer Camara de Comercio de Guatemala
Email [email protected]
Payment Type free
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Firmae",
    "version": "1.0.28",
    "icons": {
        "128": "logo.png"
    },
    "description": "Extenci\u00f3n para Google Chrome de firma electronica.",
    "browser_action": {
        "default_icon": "logo32.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "http:\/\/localhost:8000\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "popup.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}