Workato X

Operate Workato faster

Workato Xとは何ですか?

Workato Xはgabrielsimによって開発されたChromeの拡張機能で、その主な機能は「Operate Workato faster」です。

拡張機能のスクリーンショット

screenshot

Workato X拡張機能のCRXファイルをダウンロード

Workato X拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

See website for more information                    

拡張機能の基本情報

名前 Workato X Workato X
ID gebiinkoigahmgapbihbeogggmcjlhbd
公式URL https://chromewebstore.google.com/detail/workato-x/gebiinkoigahmgapbihbeogggmcjlhbd
説明 Operate Workato faster
ファイルサイズ 103 KB
インストール数 87
現在のバージョン 1.9.6
最終更新日 2023-02-16
公開日 2020-06-30
評価 5.00/5 合計 3 レビュー
開発者 gabrielsim
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://pitch-slice-d3d.notion.site/workatoX-833fddf00cf043a4883cadcb1fc5c008
ヘルプページのURL https://github.com/gabrielsim/workatox/issues
対応言語 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\/*"
            ]
        }
    ]
}