Automation

Create automated scenarios.

什么是Automation?

Automation是由Damien Vingrief开发的Chrome扩展程序,该扩展的主要功能是“Create automated scenarios.”。

扩展截图

screenshot

下载Automation扩展crx文件

下载Automation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Record user's interactions on web pages with Automation extension, and automate testing scenarios.

Automation also permit to edit steps with specific actions like timer, redirect, insert of JavaScript codes, etc.

--------------

This extension is subject to sync storage quotas https://developer.chrome.com/apps/storage#properties.

Nb: Automation remains distributed "as it".                    

扩展基本信息

名称 Automation Automation
ID jldomlpgobfdlloikpngnjbdidonfjhj
官方URL https://chromewebstore.google.com/detail/automation/jldomlpgobfdlloikpngnjbdidonfjhj
简介 Create automated scenarios.
文件大小 33.59 KB
安装次数 1,723
当前版本 1.2.1
更新时间 2019-09-28
上架时间 2019-09-28
评分 3.00/5 共8次评分
开发者 Damien Vingrief
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Automation",
    "short_name": "Automation",
    "description": "Create automated scenarios.",
    "version": "1.2.1",
    "manifest_version": 2,
    "icons": {
        "128": "files\/img\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "scripts": [
            "files\/js\/background.js"
        ]
    },
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_icon": "files\/img\/icon128.png"
    }
}