Automation

Create automated scenarios.

ما هو Automation؟

Automation هو إضافة Chrome تم تطويرها بواسطة Damien Vingrief، والميزة الرئيسية لها هي "Create automated scenarios.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Automation

قم بتنزيل ملفات الامتداد Automation بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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