Functionize Architect

Functionize extension for Architect

What is Functionize Architect?

Functionize Architect is a Chrome extension developed by https://functionize.com, and its main feature is "Functionize extension for Architect".

Extension Screenshots

screenshot

Download Functionize Architect Extension CRX File

Download Functionize Architect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Functionize Architect Functionize Architect
ID iojgmnipokofkeihgnlhmmmchpfchonk
Official URL https://chromewebstore.google.com/detail/functionize-architect/iojgmnipokofkeihgnlhmmmchpfchonk
Description Functionize extension for Architect
File Size 1.57 MB
Installation Count 121,491
Current Version 10.1.14
Last Updated 2024-01-18
Publish Date 2020-11-13
Rating 5.00/5 Total 17 Ratings
Developer https://functionize.com
Email [email protected]
Payment Type free
Extension Website http://functionize.com
Help Page URL https://support.functionize.com/hc/en-us/sections/360006306493-Tutorials
Privacy Policy Page URL https://www.functionize.com/privacy-policy
Supported Languages 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"
    ]
}