Automation

Create automated scenarios.

Apa itu Automation?

Automation adalah ekstensi Chrome yang dikembangkan oleh Damien Vingrief, dan fitur utamanya adalah "Create automated scenarios.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Automation

Unduh file ekstensi Automation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Automation Automation
ID jldomlpgobfdlloikpngnjbdidonfjhj
URL Resmi https://chromewebstore.google.com/detail/automation/jldomlpgobfdlloikpngnjbdidonfjhj
Deskripsi Create automated scenarios.
Ukuran File 33.59 KB
Jumlah Instalasi 1,723
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2019-09-28
Tanggal Publikasi 2019-09-28
Penilaian 3.00/5 Total 8 Penilaian
Pengembang Damien Vingrief
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}