Netwoof V3 - Toolbox

Netwoof toolbox

Cos'è Netwoof V3 - Toolbox?

Netwoof V3 - Toolbox è un'estensione di Chrome sviluppata da Lilac Intelligence Software, e la sua funzione principale è "Netwoof toolbox".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Netwoof V3 - Toolbox

Scarica i file di estensione Netwoof V3 - Toolbox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Netwoof V3 - Toolbox Netwoof V3 - Toolbox
ID dbjbpnnibmcoapegkjnhgondmjieeall
URL Ufficiale https://chrome.google.com/webstore/detail/netwoof-v3-toolbox/dbjbpnnibmcoapegkjnhgondmjieeall
Descrizione Netwoof toolbox
Dimensione del File 24.97 KB
Conteggio Installazioni 12
Versione Corrente 5.0.4
Ultimo Aggiornamento 2019-03-20
Data di Pubblicazione 2019-03-20
Sviluppatore Lilac Intelligence Software
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.netwoof.com
URL della Pagina della Politica sulla Privacy https://www.netwoof.com/app/pages/terms.html
Lingue Supportate 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\/*"
            ]
        }
    ]
}