Functionize Architect

Functionize extension for Architect

ما هو Functionize Architect؟

Functionize Architect هو إضافة Chrome تم تطويرها بواسطة https://functionize.com، والميزة الرئيسية لها هي "Functionize extension for Architect".

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

screenshot

تحميل ملف CRX للإضافة Functionize Architect

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

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

                        Architect is a Chrome extension that enables anyone to rapidly create automated tests in minutes. 

Sign up for a free 14 day trial today at: https://www.functionize.com/free-trial

Architect models every action as you click through your app, creating tests that self-heal with any changes in your application. Architect is simple to use, yet powerful at the same time. You can build tests that make API calls, verify databases, log into emails, validate text messages, and much more! 

Architect allows you to build tests with:

   • Dynamic test editing - easily edit elements, move, and delete steps
   • Randomized data - generate random inputs for names, email addresses, phone numbers, etc
   • Extensions - build and store custom, reusable code to use as pre and post conditions in your tests
   • Integrate automated end to end tests into your entire DevOps toolchain with Functionize

Functionize provides a suite of intelligent test automation tools powered by machine learning. Our aim is to transform testing by allowing anyone to build automation, test smarter, and release faster. Tests take minutes to create, need minimal maintenance, and work seamlessly cross-browser and cross-platform. You focus on delivering great software. Let Functionize take care of your tests.                    

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

الاسم Functionize Architect Functionize Architect
ID iojgmnipokofkeihgnlhmmmchpfchonk
عنوان URL الرسمي https://chromewebstore.google.com/detail/functionize-architect/iojgmnipokofkeihgnlhmmmchpfchonk
الوصف Functionize extension for Architect
حجم الملف 1.57 MB
عدد التثبيتات 121,491
النسخة الحالية 10.1.14
آخر تحديث 2024-01-18
تاريخ النشر 2020-11-13
تقييم 5.00/5 مجموع تقييمات 17
المطور https://functionize.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://functionize.com
عنوان صفحة المساعدة https://support.functionize.com/hc/en-us/sections/360006306493-Tutorials
عنوان صفحة سياسة الخصوصية https://www.functionize.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Functionize Architect",
    "short_name": "Architect",
    "version": "10.1.14",
    "version_name": "10.1.14",
    "description": "Functionize extension for Architect",
    "author": "dev@ Functionize Inc, https:\/\/www.functionize.com",
    "web_accessible_resources": [
        {
            "resources": [
                "content-scripts\/ajaxOverridesScript.js",
                "content-scripts\/overridesScript.js",
                "content-scripts\/insertScript.js",
                "images\/*",
                "fonts\/*",
                "popup\/popup.html",
                "functionise.js.map:"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtbZIEHJ0Im6MfIFiwj\/NVleCe\/UNX\/H5F6bDfwl+6Ktg3JiIGq7o9xRpO1GG7Ab+RrLliyPHKoOmYR+GY9fgBEdioDPUZoXLX8NJymS2Bw\/D4bZBKBH9YN+gdGvkulG+C8X71Gv0JnR0K8pTMkkt1qExf1L2l0RRAKpyXBNV3NqjlixHo+tmR5\/Zv0O5tS9ej5EweVtfeRp7+X3BbP2hiGyXGP0YoNVmQBjJMlXvAfHObJrn4AhsoQhUzWlNGHRwQ8jVhBBYCzN431tXaFdaJf3ne0yy0LVuhVSz27v597KkmwJigQ6XJeH4V4Z9ySPflLsqTniKS82Wh+av9L5QpQIDAQAB",
    "icons": {
        "48": "icons\/32x32.png",
        "128": "icons\/64x64.png"
    },
    "action": {
        "default_icon": {
            "19": "icons\/32x32.png",
            "48": "icons\/64x64.png"
        },
        "default_title": "Functionize Architect"
    },
    "minimum_chrome_version": "92",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.functionize.com\/",
            "*:\/\/*.functionize.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
        "sandbox": "sandbox allow-scripts; script-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.functionize.com\/*"
            ],
            "js": [
                "content-scripts\/empty.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content-scripts\/webcomponents-bundle.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "alarms",
        "clipboardRead",
        "storage",
        "proxy",
        "tabs",
        "webRequest",
        "cookies",
        "unlimitedStorage",
        "activeTab",
        "webNavigation",
        "browsingData",
        "downloads",
        "debugger",
        "scripting"
    ]
}