Workato X

Operate Workato faster

What is Workato X?

Workato X is a Chrome extension developed by gabrielsim, and its main feature is "Operate Workato faster".

Extension Screenshots

screenshot

Download Workato X Extension CRX File

Download Workato X 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

                        Features at a glance:
- Global search
- Export job reports
- Show field API name

See website for more information                    

Extension Basic Information

Name Workato X Workato X
ID gebiinkoigahmgapbihbeogggmcjlhbd
Official URL https://chromewebstore.google.com/detail/workato-x/gebiinkoigahmgapbihbeogggmcjlhbd
Description Operate Workato faster
File Size 103 KB
Installation Count 87
Current Version 1.9.6
Last Updated 2023-02-16
Publish Date 2020-06-30
Rating 5.00/5 Total 3 Ratings
Developer gabrielsim
Email [email protected]
Payment Type free
Extension Website https://pitch-slice-d3d.notion.site/workatoX-833fddf00cf043a4883cadcb1fc5c008
Help Page URL https://github.com/gabrielsim/workatox/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Workato X",
    "version": "1.9.6",
    "description": "Operate Workato faster",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "workatox",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/app.workato.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_idle",
            "js": [
                "vendor.js",
                "content_script.js"
            ],
            "css": [
                "styles\/spotlight.css"
            ],
            "matches": [
                "https:\/\/app.workato.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/app.workato.com\/users\/password\/new",
                "https:\/\/app.workato.com\/users\/sign_in",
                "https:\/\/app.workato.com\/users\/sign_up",
                "https:\/\/app.workato.com\/users\/two_factor_authentication"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "https:\/\/app.workato.com\/*"
            ]
        }
    ]
}