Automation

Create automated scenarios.

What is Automation?

Automation is a Chrome extension developed by Damien Vingrief, and its main feature is "Create automated scenarios.".

Extension Screenshots

screenshot

Download Automation Extension CRX File

Download Automation 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

                        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".                    

Extension Basic Information

Name Automation Automation
ID jldomlpgobfdlloikpngnjbdidonfjhj
Official URL https://chromewebstore.google.com/detail/automation/jldomlpgobfdlloikpngnjbdidonfjhj
Description Create automated scenarios.
File Size 33.59 KB
Installation Count 1,723
Current Version 1.2.1
Last Updated 2019-09-28
Publish Date 2019-09-28
Rating 3.00/5 Total 8 Ratings
Developer Damien Vingrief
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}