Netwoof V3 - Toolbox

Netwoof toolbox

Was ist Netwoof V3 - Toolbox?

Netwoof V3 - Toolbox ist eine Chrome-Erweiterung, die von Lilac Intelligence Software entwickelt wurde, und ihr Hauptmerkmal ist "Netwoof toolbox".

Erweiterungsscreenshots

screenshot
screenshot

Netwoof V3 - Toolbox-Erweiterungs-CRX-Datei herunterladen

Laden Sie Netwoof V3 - Toolbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Netwoof V3 - Toolbox Netwoof V3 - Toolbox
ID dbjbpnnibmcoapegkjnhgondmjieeall
Offizielle URL https://chrome.google.com/webstore/detail/netwoof-v3-toolbox/dbjbpnnibmcoapegkjnhgondmjieeall
Beschreibung Netwoof toolbox
Dateigröße 24.97 KB
Installationsanzahl 12
Aktuelle Version 5.0.4
Letztes Update 2019-03-20
Veröffentlichungsdatum 2019-03-20
Entwickler Lilac Intelligence Software
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.netwoof.com
URL der Datenschutzrichtlinien-Seite https://www.netwoof.com/app/pages/terms.html
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}