RapiseChromeExtension

This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.

ما هو RapiseChromeExtension؟

RapiseChromeExtension هو إضافة Chrome تم تطويرها بواسطة https://www.inflectra.com، والميزة الرئيسية لها هي "This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.".

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

screenshot
screenshot

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

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

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

                        This extension allows the Rapise test automation system to record, learn and playback automated tests using the Google Chrome browser.                    

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

الاسم RapiseChromeExtension RapiseChromeExtension
ID ibngcigigdlhaekbaknfbpcbgilmhahc
عنوان URL الرسمي https://chromewebstore.google.com/detail/rapisechromeextension/ibngcigigdlhaekbaknfbpcbgilmhahc
الوصف This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.
حجم الملف 18.32 KB
عدد التثبيتات 1,179
النسخة الحالية 3.0.11
آخر تحديث 2022-06-23
تاريخ النشر 2019-07-25
تقييم 4.33/5 مجموع تقييمات 3
المطور https://www.inflectra.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.inflectra.com/Rapise
عنوان صفحة المساعدة https://www.inflectra.com/Rapise/FAQs.aspx
عنوان صفحة سياسة الخصوصية http://www.inflectra.com/Company/Privacy-Policy.aspx
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RapiseChromeExtension",
    "short_name": "Rapise Test Suite Support for Chrome.",
    "description": "This extension allows the Rapise test automation platform to test web applications running in the Google Chrome browser.",
    "version": "3.0.11",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "injectedJS.js"
            ],
            "match_about_blank": true
        }
    ]
}