Automation

Create automated scenarios.

Automationคืออะไร?

Automation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Damien Vingrief และคุณลักษณะหลักของมันคือ "Create automated scenarios."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Automation

ดาวน์โหลดไฟล์ส่วนขยาย Automation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Automation Automation
ID jldomlpgobfdlloikpngnjbdidonfjhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/automation/jldomlpgobfdlloikpngnjbdidonfjhj
คำอธิบาย Create automated scenarios.
ขนาดไฟล์ 33.59 KB
จำนวนการติดตั้ง 1,723
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2019-09-28
วันที่เผยแพร่ 2019-09-28
คะแนน 3.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Damien Vingrief
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}