GW Sistemas

GW Sistemas - Extensão

什么是GW Sistemas?

GW Sistemas是由gwmobile.android开发的Chrome扩展程序,该扩展的主要功能是“GW Sistemas - Extensão”。

扩展截图

screenshot
screenshot

下载GW Sistemas扩展crx文件

下载GW Sistemas扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 GW Sistemas GW Sistemas
ID lmmgcpmnkfiocjngaibffkipfnogmojf
官方URL https://chromewebstore.google.com/detail/gw-sistemas/lmmgcpmnkfiocjngaibffkipfnogmojf
简介 GW Sistemas - Extensão
文件大小 1.03 MB
安装次数 0
当前版本 3.4
更新时间 2022-11-30
上架时间 2022-05-16
开发者 gwmobile.android
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.gwsistemas.com.br/
支持的语言 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": []
}