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
官方網址 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"
    }
}