Infor-TaaS Workflow Recorder & Playback

This will work with Infor-TaaS application and It will record and playback workflows

Apa itu Infor-TaaS Workflow Recorder & Playback?

Infor-TaaS Workflow Recorder & Playback adalah ekstensi Chrome yang dikembangkan oleh Infor Global Cloud, dan fitur utamanya adalah "This will work with Infor-TaaS application and It will record and playback workflows".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Infor-TaaS Workflow Recorder & Playback

Unduh file ekstensi Infor-TaaS Workflow Recorder & Playback 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

                        Vista workflow recorder is capable of record and playback workflows in Infor TaaS application                    

Informasi Dasar Ekstensi

Nama Infor-TaaS Workflow Recorder & Playback Infor-TaaS Workflow Recorder & Playback
ID aepcmkckfghnmloppgpkpajjfndjcmnh
URL Resmi https://chromewebstore.google.com/detail/infor-taas-workflow-recor/aepcmkckfghnmloppgpkpajjfndjcmnh
Deskripsi This will work with Infor-TaaS application and It will record and playback workflows
Ukuran File 574 KB
Jumlah Instalasi 556
Versi Saat Ini 5.4.7
Terakhir Diperbarui 2022-02-10
Tanggal Publikasi 2020-06-18
Pengembang Infor Global Cloud
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://taas.krypton.infor.com
URL Halaman Kebijakan Privasi http://www.infor.com/company/privacy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Infor-TaaS Workflow Recorder & Playback",
    "version": "5.4.7",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Infor-TaaS Recorder & Playback",
        "default_icon": "icons\/icon.png",
        "default_popup": "popup_pathfinder.html",
        "default_js": "pathfinder\/js\/popup.js",
        "permissions": [
            "tabs"
        ]
    },
    "icons": {
        "48": "icons\/icon.png",
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "description": "This will work with Infor-TaaS application and It will record and playback workflows",
    "background": {
        "scripts": [
            "js\/md5.min.js",
            "js\/common\/browser-polyfill.js",
            "js\/blankImage.js",
            "js\/background.js",
            "js\/background-util.js",
            "js\/pako.min.js",
            "js\/pathfinder\/js\/scripts\/libs\/sjcl.min.js",
            "js\/webauthImage.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "webRequest",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "chrome:\/\/favicon\/",
        "storage",
        "webNavigation",
        "unlimitedStorage",
        "cookies",
        "downloads",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "js\/md5.min.js",
                "js\/jquery-3.3.1.min.js",
                "js\/pako.min.js",
                "js\/tools.js",
                "js\/custom-config.js",
                "js\/locatorBuilders.js",
                "js\/recorder.js",
                "js\/indexed-db-utils.js",
                "js\/vista.js",
                "js\/siera.js"
            ],
            "match_about_blank": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/topbar.js",
                "js\/recorder-handlers.js",
                "js\/content\/content.js"
            ],
            "match_about_blank": true
        },
        {
            "all_frames": true,
            "js": [
                "js\/util.js",
                "js\/content\/atoms.js",
                "js\/content\/utils.js",
                "js\/content\/selenium-browserbot.js",
                "js\/common\/escape.js",
                "js\/content\/selenium-api.js",
                "js\/content\/command-receiver.js",
                "js\/content\/targetSelecter.js",
                "js\/content\/sizzle.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/common\/browser-polyfill.js",
                "js\/content\/prompt-injecter.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/pathfinder\/js\/scripts\/libs\/jquery-json-2.6.js",
                "js\/pathfinder\/js\/scripts\/libs\/infor-companyon-client.js"
            ],
            "matches": [
                "https:\/\/*.inforcloudsuite.com\/*",
                "https:\/\/*.awsdev.infor.com\/*",
                "https:\/\/*.aws.infor.com\/*",
                "https:\/\/*.cloud.infor.com\/infor"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "web_accessible_resources": [
        "icons\/icon.png",
        "js\/page\/prompt.js",
        "js\/page\/upload-check.js",
        "js\/page\/alert-recorder.js",
        "js\/page\/alert-playback.js",
        "js\/page\/confirm-recorder.js",
        "js\/page\/confirm-playback.js",
        "js\/page\/metadata-injecter.js",
        "js\/page\/upload-injecter.js",
        "js\/pathfinder\/js\/scripts\/libs\/html2canvas.min.js",
        "js\/util.js",
        "js\/page\/clipboard-injector.js"
    ]
}