Automation

Create automated scenarios.

Was ist Automation?

Automation ist eine Chrome-Erweiterung, die von Damien Vingrief entwickelt wurde, und ihr Hauptmerkmal ist "Create automated scenarios.".

Erweiterungsscreenshots

screenshot

Automation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Automation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Automation Automation
ID jldomlpgobfdlloikpngnjbdidonfjhj
Offizielle URL https://chromewebstore.google.com/detail/automation/jldomlpgobfdlloikpngnjbdidonfjhj
Beschreibung Create automated scenarios.
Dateigröße 33.59 KB
Installationsanzahl 1,723
Aktuelle Version 1.2.1
Letztes Update 2019-09-28
Veröffentlichungsdatum 2019-09-28
Bewertung 3.00/5 Insgesamt 8 Bewertungen
Entwickler Damien Vingrief
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}