Functionize Architect

Functionize extension for Architect

什么是Functionize Architect?

Functionize Architect是由https://functionize.com开发的Chrome扩展程序,该扩展的主要功能是“Functionize extension for Architect”。

扩展截图

screenshot

下载Functionize Architect扩展crx文件

下载Functionize Architect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL https://support.functionize.com/hc/en-us/sections/360006306493-Tutorials
隐私政策页面URL 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"
    ]
}