ACCELQ - View Recorder

ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ.

ما هو ACCELQ - View Recorder؟

ACCELQ - View Recorder هو إضافة Chrome تم تطويرها بواسطة https://www.accelq.com، والميزة الرئيسية لها هي "ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ.".

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

screenshot

تحميل ملف CRX للإضافة ACCELQ - View Recorder

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

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

                        ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps.

Works in conjunction with ACCELQ  test automation product available for subscription.                    

معلومات أساسية عن التمديد

الاسم ACCELQ - View Recorder ACCELQ - View Recorder
ID bbnlmjmabffkmgdidgknggloohdoadfi
عنوان URL الرسمي https://chromewebstore.google.com/detail/accelq-view-recorder/bbnlmjmabffkmgdidgknggloohdoadfi
الوصف ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ.
حجم الملف 1.29 MB
عدد التثبيتات 7,173
النسخة الحالية 4.5.23
آخر تحديث 2023-01-17
تاريخ النشر 2019-12-20
تقييم 4.88/5 مجموع تقييمات 26
المطور https://www.accelq.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.accelq.com/
عنوان صفحة المساعدة https://support.accelq.com/hc/en-us/sections/115002791828-accelQ-View-Analyzer
عنوان صفحة سياسة الخصوصية https://www.accelq.com/privacypolicy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ACCELQ - View Recorder",
    "version": "4.5.23",
    "manifest_version": 2,
    "description": "ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ.",
    "homepage_url": "http:\/\/accelq.com",
    "icons": {
        "16": "common\/icons\/icon16.png",
        "48": "common\/icons\/icon48.png",
        "128": "common\/icons\/icon48.png"
    },
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "libs\/lodash.js",
            "libs\/json2.js",
            "libs\/platform.js",
            "common\/js\/Utils.js",
            "common\/js\/aq.config.js",
            "common\/js\/aq.configpolyfill.js",
            "common\/js\/aq.messages.js",
            "common\/js\/aq.main.js",
            "plugin\/chrome\/common\/aq.chrome.js",
            "plugin\/chrome\/common\/aq.BadgeAnimator.js",
            "plugin\/chrome\/background_scripts\/aq.StorageManager.js",
            "plugin\/chrome\/background_scripts\/aq.ScreenCaptureManager.js",
            "plugin\/chrome\/background_scripts\/aq.Scheduler.js",
            "plugin\/chrome\/background_scripts\/aq.EventManager.js",
            "plugin\/chrome\/background_scripts\/aq.WorkflowRecorder.js",
            "plugin\/chrome\/background_scripts\/aq.RestClient.js",
            "plugin\/chrome\/background_scripts\/aq.PostInstallerScript.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "common\/icons\/q.png",
        "default_title": "ACCELQ - View Recorder",
        "default_popup": "plugin\/chrome\/popup\/index.html",
        "iframe_popup": "plugin\/chrome\/recorder\/index.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "cookies"
    ],
    "incognito": "split",
    "content_scripts": [
        {
            "js": [
                "libs\/jquery.js",
                "libs\/lodash.js",
                "libs\/json2.js",
                "libs\/aqLibs.js",
                "common\/js\/Utils.js",
                "common\/js\/aq.config.js",
                "common\/js\/aq.configpolyfill.js",
                "common\/js\/aq.messages.js",
                "common\/js\/aq.main.js",
                "plugin\/chrome\/common\/aq.chrome.js",
                "plugin\/chrome\/content_scripts\/aq.ScreenCaptureManager.js",
                "plugin\/chrome\/content_scripts\/aq.TypeManager.js",
                "plugin\/chrome\/content_scripts\/aq.DomTraversalManager.js",
                "plugin\/chrome\/content_scripts\/aq.Scheduler.js",
                "plugin\/chrome\/content_scripts\/aq.EventManagerTopFrame.js",
                "plugin\/chrome\/content_scripts\/aq.HookManager.js",
                "plugin\/chrome\/content_scripts\/aq.WorkflowRecorder.js",
                "plugin\/chrome\/content_scripts\/aq.DomInjector.js"
            ],
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "libs\/jquery.js",
                "libs\/lodash.js",
                "libs\/json2.js",
                "libs\/aqLibs.js",
                "common\/js\/Utils.js",
                "common\/js\/aq.config.js",
                "common\/js\/aq.configpolyfill.js",
                "common\/js\/aq.messages.js",
                "common\/js\/aq.main.js",
                "plugin\/chrome\/common\/aq.chrome.js",
                "plugin\/chrome\/content_scripts\/aq.DomTraversalManager.js",
                "plugin\/chrome\/content_scripts\/aq.Scheduler.js",
                "plugin\/chrome\/content_scripts\/aq.TypeManager.js",
                "plugin\/chrome\/content_scripts\/aq.HookManager.js",
                "plugin\/chrome\/content_scripts\/aq.FrameManager.js"
            ],
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "default-src 'none' ; font-src 'self' ; img-src 'self' data: ; script-src 'self' ; style-src 'self' 'unsafe-inline' ; connect-src http: https: ; object-src 'none' ; child-src 'none' ; ",
    "web_accessible_resources": [
        "plugin\/chrome\/iframe.html",
        "plugin\/chrome\/recorder\/index.html",
        "common\/icons\/recording-red.png",
        "common\/icons\/recording-transparent.png"
    ]
}