auto script

一个简单的网页自动化脚本工具 功能: 1. 录制网页的点击,滚动,输入事件 2. 自动化运行录制的事件 3. 测试自动化运行的结果是否正确.

What is auto script?

auto script is a Chrome extension developed by 651380735, and its main feature is "一个简单的网页自动化脚本工具 功能: 1. 录制网页的点击,滚动,输入事件 2. 自动化运行录制的事件 3. 测试自动化运行的结果是否正确.".

Extension Screenshots

screenshot

Download auto script Extension CRX File

Download auto script 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

                        一个简单的网页自动化脚本工具
功能:
1. 录制网页的点击,滚动,输入事件
2. 自动化运行录制的事件
3. 测试自动化运行的结果是否正确.                    

Extension Basic Information

Name auto script auto script
ID ofefehmnghjkgajlgmekhnljmdpfcgfh
Official URL https://chrome.google.com/webstore/detail/auto-script/ofefehmnghjkgajlgmekhnljmdpfcgfh
Description 一个简单的网页自动化脚本工具 功能: 1. 录制网页的点击,滚动,输入事件 2. 自动化运行录制的事件 3. 测试自动化运行的结果是否正确.
File Size 2.21 MB
Installation Count 63
Current Version 1.4
Last Updated 2021-06-28
Publish Date 2021-06-10
Developer 651380735
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "auto script",
    "version": "1.4",
    "manifest_version": 3,
    "action": [],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/bind-unbind.js",
                "js\/highlight.js"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:63342\/*",
            "http:\/\/localhost:8089\/*",
            "https:\/\/isp.ibanbu.com\/*"
        ]
    }
}