Automation

Create automated scenarios.

Wat is Automation?

Automation is een Chrome-extensie ontwikkeld door Damien Vingrief, en de belangrijkste functie is "Create automated scenarios.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Automation

Download Automation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Automation Automation
ID jldomlpgobfdlloikpngnjbdidonfjhj
Officiële URL https://chromewebstore.google.com/detail/automation/jldomlpgobfdlloikpngnjbdidonfjhj
Beschrijving Create automated scenarios.
Bestandsgrootte 33.59 KB
Aantal Installaties 1,723
Huidige Versie 1.2.1
Laatst Bijgewerkt 2019-09-28
Publicatiedatum 2019-09-28
Beoordeling 3.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Damien Vingrief
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}