GW Sistemas

GW Sistemas - Extensão

What is GW Sistemas?

GW Sistemas is a Chrome extension developed by gwmobile.android, and its main feature is "GW Sistemas - Extensão".

Extension Screenshots

screenshot
screenshot

Download GW Sistemas Extension CRX File

Download GW Sistemas 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

                        Descrição: Essa extensão auxilia os sistemas da GW Sistemas a realizar importantes funções, exemplo, baixar XML's da Sefaz, e a preencher o cadastro de clientes utilizando CNPJ.                    

Extension Basic Information

Name GW Sistemas GW Sistemas
ID lmmgcpmnkfiocjngaibffkipfnogmojf
Official URL https://chromewebstore.google.com/detail/gw-sistemas/lmmgcpmnkfiocjngaibffkipfnogmojf
Description GW Sistemas - Extensão
File Size 1.03 MB
Installation Count 0
Current Version 3.4
Last Updated 2022-11-30
Publish Date 2022-05-16
Developer gwmobile.android
Email [email protected]
Payment Type free
Extension Website https://www.gwsistemas.com.br/
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GW Sistemas",
    "author": "Mateus de Paula Veloso",
    "description": "GW Sistemas - Extens\u00e3o",
    "manifest_version": 3,
    "version": "3.4",
    "action": {
        "default_icon": {
            "16": "icones\/16.png",
            "19": "icones\/19.png",
            "20": "icones\/20.png",
            "32": "icones\/32.png",
            "38": "icones\/38.png",
            "40": "icones\/40.png"
        },
        "default_popup": "index.html",
        "default_title": "GW Sistemas - Extens\u00e3o"
    },
    "content_scripts": [
        {
            "js": [
                "monitoring-gw.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "128": "icones\/128.png",
        "16": "icones\/16.png",
        "32": "icones\/32.png",
        "48": "icones\/48.png",
        "64": "icones\/64.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "manifest.json",
                "scriptInject_1.js",
                "scriptInject_2.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": []
}