Utilitário Calima

Utilitário de apoio às funcionalidades externas do Calima ERP

What is Utilitário Calima?

Utilitário Calima is a Chrome extension developed by Projetus TI, and its main feature is "Utilitário de apoio às funcionalidades externas do Calima ERP".

Extension Screenshots

screenshot

Download Utilitário Calima Extension CRX File

Download Utilitário Calima 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

                        Utilize esta extensão para habilitar o preenchimento do PGDAS, DEFIS e outras funcionalidades do Calima ERP Contábil.                    

Extension Basic Information

Name Utilitário Calima Utilitário Calima
ID npbhbphfdjifccghelcmcphoegfbidbc
Official URL https://chromewebstore.google.com/detail/utilit%C3%A1rio-calima/npbhbphfdjifccghelcmcphoegfbidbc
Description Utilitário de apoio às funcionalidades externas do Calima ERP
File Size 121 KB
Installation Count 9,198
Current Version 1.3.0
Last Updated 2023-01-05
Publish Date 2021-03-02
Rating 2.46/5 Total 13 Ratings
Developer Projetus TI
Email [email protected]
Payment Type free
Extension Website https://www.calimaerp.com/
Help Page URL https://ajuda.calimaerp.com/pt/
Privacy Policy Page URL https://www.projetusti.com.br/privacidade
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Utilit\u00e1rio Calima",
    "description": "Utilit\u00e1rio de apoio \u00e0s funcionalidades externas do Calima ERP",
    "version": "1.3.0",
    "icons": {
        "48": "icons\/48x48.png",
        "72": "icons\/72x72.png",
        "96": "icons\/96x96.png",
        "128": "icons\/128x128.png",
        "144": "icons\/144x144.png",
        "192": "icons\/192x192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.calima.app\/*",
                "http:\/\/localhost:3000\/*",
                "https:\/\/*.receita.fazenda.gov.br\/*",
                "https:\/\/*.acesso.gov.br\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "cookies",
        "https:\/\/*.calima.app\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/*.receita.fazenda.gov.br\/*",
        "https:\/\/*.acesso.gov.br\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.calima.app\/*",
            "http:\/\/localhost:3000\/*",
            "https:\/\/*.receita.fazenda.gov.br\/*",
            "https:\/\/*.acesso.gov.br\/*"
        ]
    },
    "manifest_version": 2
}