Netwoof V3 - Toolbox

Netwoof toolbox

Qu'est-ce que Netwoof V3 - Toolbox ?

Netwoof V3 - Toolbox est une extension Chrome développée par Lilac Intelligence Software, et sa fonction principale est "Netwoof toolbox".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Netwoof V3 - Toolbox

Téléchargez les fichiers d'extension Netwoof V3 - Toolbox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Netwoof V3 - Toolbox Netwoof V3 - Toolbox
ID dbjbpnnibmcoapegkjnhgondmjieeall
URL Officiel https://chrome.google.com/webstore/detail/netwoof-v3-toolbox/dbjbpnnibmcoapegkjnhgondmjieeall
Description Netwoof toolbox
Taille du Fichier 24.97 KB
Nombre d'Installations 12
Version Actuelle 5.0.4
Dernière Mise à Jour 2019-03-20
Date de Publication 2019-03-20
Développeur Lilac Intelligence Software
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.netwoof.com
URL de la Page de Politique de Confidentialité https://www.netwoof.com/app/pages/terms.html
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}