Automation

Create automated scenarios.

Automation là gì?

Automation là một tiện ích mở rộng Chrome được phát triển bởi Damien Vingrief, và tính năng chính của nó là "Create automated scenarios.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Automation

Tải xuống các tệp mở rộng Automation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Automation Automation
ID jldomlpgobfdlloikpngnjbdidonfjhj
URL Chính Thức https://chromewebstore.google.com/detail/automation/jldomlpgobfdlloikpngnjbdidonfjhj
Mô tả Create automated scenarios.
Kích Thước Tệp 33.59 KB
Số Lần Cài Đặt 1,723
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2019-09-28
Ngày Phát Hành 2019-09-28
Đánh Giá 3.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Damien Vingrief
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}