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
Eメール [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"
    }
}