Functionize Architect

Functionize extension for Architect

Vad är Functionize Architect?

Functionize Architect är en Chrome-tillägg utvecklad av https://functionize.com, och dess huvudfunktion är "Functionize extension for Architect".

Tilläggsskärmbilder

screenshot

Ladda ner Functionize Architect-förlängningens CRX-fil

Ladda ner Functionize Architect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Functionize Architect Functionize Architect
ID iojgmnipokofkeihgnlhmmmchpfchonk
Officiell webbadress https://chromewebstore.google.com/detail/functionize-architect/iojgmnipokofkeihgnlhmmmchpfchonk
Beskrivning Functionize extension for Architect
Filstorlek 1.57 MB
Antal Installationer 121,491
Aktuell Version 10.1.14
Senast Uppdaterad 2024-01-18
Publiceringsdatum 2020-11-13
Betyg 5.00/5 Totalt 17 Betyg
Utvecklare https://functionize.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://functionize.com
Hjälpsida URL https://support.functionize.com/hc/en-us/sections/360006306493-Tutorials
URL till Sekretesspolicy Sidan https://www.functionize.com/privacy-policy
Stödda Språk 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"
    ]
}