Calcula DV

Obtiene el dígito verificador a partir de la mantisa de un RUT

What is Calcula DV?

Calcula DV is a Chrome extension developed by Etson Mora J., and its main feature is "Obtiene el dígito verificador a partir de la mantisa de un RUT".

Extension Screenshots

screenshot

Download Calcula DV Extension CRX File

Download Calcula DV 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

                        Obtiene el dígito verificador a partir de la mantisa de un RUT                    

Extension Basic Information

Name Calcula DV Calcula DV
ID fjglhialjpjkpcbdnphedcdmcjlnbonc
Official URL https://chromewebstore.google.com/detail/calcula-dv/fjglhialjpjkpcbdnphedcdmcjlnbonc
Description Obtiene el dígito verificador a partir de la mantisa de un RUT
File Size 55.48 KB
Installation Count 78
Current Version 1.0
Last Updated 2019-02-04
Publish Date 2019-02-04
Rating 5.00/5 Total 1 Ratings
Developer Etson Mora J.
Email [email protected]
Payment Type free
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Calcula DV",
    "version": "1.0",
    "description": "Obtiene el d\u00edgito verificador a partir de la mantisa de un RUT",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "rut.png",
        "default_popup": "popup.html",
        "default_title": "Calcula DV"
    },
    "permissions": [
        "activeTab"
    ]
}