Netwoof V3 - Toolbox

Netwoof toolbox

Netwoof V3 - Toolbox là gì?

Netwoof V3 - Toolbox là một tiện ích mở rộng Chrome được phát triển bởi Lilac Intelligence Software, và tính năng chính của nó là "Netwoof toolbox".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Netwoof V3 - Toolbox

Tải xuống các tệp mở rộng Netwoof V3 - Toolbox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Netwoof V3 - Toolbox Netwoof V3 - Toolbox
ID dbjbpnnibmcoapegkjnhgondmjieeall
URL Chính Thức https://chrome.google.com/webstore/detail/netwoof-v3-toolbox/dbjbpnnibmcoapegkjnhgondmjieeall
Mô tả Netwoof toolbox
Kích Thước Tệp 24.97 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 5.0.4
Cập Nhật Lần Cuối 2019-03-20
Ngày Phát Hành 2019-03-20
Nhà Phát Triển Lilac Intelligence Software
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.netwoof.com
URL Trang Chính Sách Bảo Mật https://www.netwoof.com/app/pages/terms.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}