Workato X

Operate Workato faster

Workato X là gì?

Workato X là một tiện ích mở rộng Chrome được phát triển bởi gabrielsim, và tính năng chính của nó là "Operate Workato faster".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Workato X

Tải xuống các tệp mở rộng Workato X dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

See website for more information                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Workato X Workato X
ID gebiinkoigahmgapbihbeogggmcjlhbd
URL Chính Thức https://chromewebstore.google.com/detail/workato-x/gebiinkoigahmgapbihbeogggmcjlhbd
Mô tả Operate Workato faster
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.9.6
Cập Nhật Lần Cuối 2023-02-16
Ngày Phát Hành 2020-06-30
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển gabrielsim
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pitch-slice-d3d.notion.site/workatoX-833fddf00cf043a4883cadcb1fc5c008
URL Trang Trợ Giúp https://github.com/gabrielsim/workatox/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}