UninerBot

云钠编辑器Web录屏插件

What is UninerBot?

UninerBot is a Chrome extension developed by 上海云钠信息技术有限公司, and its main feature is "云钠编辑器Web录屏插件".

Extension Screenshots

screenshot

Download UninerBot Extension CRX File

Download UninerBot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        云钠RPA编辑器浏览器的交互

录制网页上的操作步骤
它可以帮助您在自动化业务流程时节省大量时间。此功能使您能够轻松地在屏幕上捕获用户的操作并将其转换为流程图。
您可以对这些项目进行修改,以便您可以在需要的其他进程中轻松地重放和重用它们。
当你点击开始录制时。您选中元素会出现红色矩形,红色矩形代表了识别出的元素,也意味着您可以点击它来获取元素数据。
录屏器能够自动获取鼠标点击,键盘输入,网页导航等信息,生成对应的流程图。                    

Extension Basic Information

Name UninerBot UninerBot
ID cgnffoohamjmchlgonlhlhdkemghkgof
Official URL https://chromewebstore.google.com/detail/uninerbot/cgnffoohamjmchlgonlhlhdkemghkgof
Description 云钠编辑器Web录屏插件
File Size 25.33 KB
Installation Count 247
Current Version 1.13.2
Last Updated 2023-08-31
Publish Date 2021-04-03
Developer 上海云钠信息技术有限公司
Email [email protected]
Payment Type free
Extension Website https://www.uniner.com
Supported Languages zh-CN
manifest.json
{
    "manifest_version": 3,
    "name": "UninerBot",
    "version": "1.13.2",
    "description": "\u4e91\u94a0\u7f16\u8f91\u5668Web\u5f55\u5c4f\u63d2\u4ef6",
    "homepage_url": "https:\/\/www.uniner.com",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnuKRlejtg5yapsNK1uMRhFPeTqNm8fUWQzsOYl+76kYWdea3Zx6N003bFC2zSdzadnsQDX3+EdbW1bOSpRI4eGsrHeeSOWt1oX9VcQT6RTsQj7RIXB4pYdBJgTG4SgZGaSH7lpf1nTPB3mF+72\/\/2FE9aA1WUUOc47z6B6\/wd5NTiRKVETtCbqSW7D\/Wo4MJv140YcV7YiKdehF\/rbZ6z+kRpi8h8P5TKOlX1soGEUV6sRlWT3j9\/NDLOHTZUUojFRyXqRt1IGYGyyrmb5pbyORYmBdU+qj5kzAv5\/+zTJl11jne1x9vrdopTy4Y1LcnVbx0OhBUNR10XFrMd5MFlwIDAQAB",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "css": [
                "core.css"
            ],
            "js": [
                "content.js",
                "xPathTools.js",
                "base64.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging",
        "webNavigation",
        "webRequest",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icon-128.png",
            "48": "icon-128.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "16": "icon-128.png",
        "48": "icon-128.png",
        "128": "icon-128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "offline_enabled": true
}