Netwoof V3 - Toolbox

Netwoof toolbox

O que é Netwoof V3 - Toolbox?

Netwoof V3 - Toolbox é uma extensão do Chrome desenvolvida por Lilac Intelligence Software, e sua principal característica é "Netwoof toolbox".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Netwoof V3 - Toolbox

Baixe arquivos de extensão Netwoof V3 - Toolbox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Netwoof Toolbox is the main tool you can use in netwoof to configure a scenario or a robot. It is a "point and click" application, so you don't need to write code or configuration in order to get a robot working.                    

Informações Básicas da Extensão

Nome Netwoof V3 - Toolbox Netwoof V3 - Toolbox
ID dbjbpnnibmcoapegkjnhgondmjieeall
URL Oficial https://chrome.google.com/webstore/detail/netwoof-v3-toolbox/dbjbpnnibmcoapegkjnhgondmjieeall
Descrição Netwoof toolbox
Tamanho do Arquivo 24.97 KB
Contagem de Instalações 12
Versão Atual 5.0.4
Última Atualização 2019-03-20
Data de Publicação 2019-03-20
Desenvolvedor Lilac Intelligence Software
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.netwoof.com
URL da Página de Política de Privacidade https://www.netwoof.com/app/pages/terms.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netwoof V3 - Toolbox",
    "description": "Netwoof toolbox",
    "version": "5.0.4",
    "manifest_version": 2,
    "icons": {
        "16": ".\/img\/icon-16.png",
        "32": ".\/img\/icon-32.png",
        "64": ".\/img\/icon-64.png"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "tabs",
        "storage",
        "unlimitedStorage",
        "*:\/\/*\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:1337 https:\/\/*.netwoof.com https:\/\/d1sq2ro2klr6f0.cloudfront.net; object-src 'self'",
    "page_action": {
        "default_title": "Netwoof is running",
        "default_icon": "img\/netwoof.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.netwoof.com\/*"
            ]
        }
    ]
}