Automation

Create automated scenarios.

Vad är Automation?

Automation är en Chrome-tillägg utvecklad av Damien Vingrief, och dess huvudfunktion är "Create automated scenarios.".

Tilläggsskärmbilder

screenshot

Ladda ner Automation-förlängningens CRX-fil

Ladda ner Automation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Automation Automation
ID jldomlpgobfdlloikpngnjbdidonfjhj
Officiell webbadress https://chromewebstore.google.com/detail/automation/jldomlpgobfdlloikpngnjbdidonfjhj
Beskrivning Create automated scenarios.
Filstorlek 33.59 KB
Antal Installationer 1,723
Aktuell Version 1.2.1
Senast Uppdaterad 2019-09-28
Publiceringsdatum 2019-09-28
Betyg 3.00/5 Totalt 8 Betyg
Utvecklare Damien Vingrief
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}