Functionize Architect

Functionize extension for Architect

Apa itu Functionize Architect?

Functionize Architect adalah ekstensi Chrome yang dikembangkan oleh https://functionize.com, dan fitur utamanya adalah "Functionize extension for Architect".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Functionize Architect

Unduh file ekstensi Functionize Architect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Functionize Architect Functionize Architect
ID iojgmnipokofkeihgnlhmmmchpfchonk
URL Resmi https://chromewebstore.google.com/detail/functionize-architect/iojgmnipokofkeihgnlhmmmchpfchonk
Deskripsi Functionize extension for Architect
Ukuran File 1.57 MB
Jumlah Instalasi 121,491
Versi Saat Ini 10.1.14
Terakhir Diperbarui 2024-01-18
Tanggal Publikasi 2020-11-13
Penilaian 5.00/5 Total 17 Penilaian
Pengembang https://functionize.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://functionize.com
URL Halaman Bantuan https://support.functionize.com/hc/en-us/sections/360006306493-Tutorials
URL Halaman Kebijakan Privasi https://www.functionize.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}