Automation

Create automated scenarios.

Co to jest Automation?

Automation to rozszerzenie Chrome opracowane przez Damien Vingrief, a jego główną funkcją jest „Create automated scenarios.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Automation

Pobierz pliki rozszerzeń Automation w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Automation Automation
ID jldomlpgobfdlloikpngnjbdidonfjhj
Oficjalny URL https://chromewebstore.google.com/detail/automation/jldomlpgobfdlloikpngnjbdidonfjhj
Opis Create automated scenarios.
Rozmiar pliku 33.59 KB
Liczba instalacji 1,723
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2019-09-28
Data Publikacji 2019-09-28
Ocena 3.00/5 Łącznie 8 Oceny
Deweloper Damien Vingrief
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}