Whatfix Studio

Use the Whatfix Studio extension to create interactive workflows on any web application.

Whatfix Studio là gì?

Whatfix Studio là một tiện ích mở rộng Chrome được phát triển bởi https://whatfix.com, và tính năng chính của nó là "Use the Whatfix Studio extension to create interactive workflows on any web application.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Whatfix Studio 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

                        With this easy-to-use tool, you can 
-  Create interactive workflows within minutes
-  Annotate easily  
-  Add Smart tips anywhere on your application
-  Automatically generate multiple formats like video, PDFs and slideshows of the workflow                    

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

Tên Whatfix Studio Whatfix Studio
ID ohkeehjepccedbdpohnbapepongppfcj
URL Chính Thức https://chromewebstore.google.com/detail/whatfix-studio/ohkeehjepccedbdpohnbapepongppfcj
Mô tả Use the Whatfix Studio extension to create interactive workflows on any web application.
Kích Thước Tệp 27.37 MB
Số Lần Cài Đặt 133,467
Phiên Bản Hiện Tại 2024.02.22.0736
Cập Nhật Lần Cuối 2024-02-25
Ngày Phát Hành 2020-07-02
Đánh Giá 4.58/5 Tổng số 24 Đánh Giá
Nhà Phát Triển https://whatfix.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://whatfix.com
URL Trang Trợ Giúp https://support.whatfix.com
URL Trang Chính Sách Bảo Mật https://whatfix.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whatfix Studio",
    "version": "2024.02.22.0736",
    "manifest_version": 2,
    "description": "Use the Whatfix Studio extension to create interactive workflows on any web application.",
    "icons": {
        "128": "logo128.png",
        "48": "logo48.png",
        "38": "logo38.png",
        "32": "logo32.png",
        "19": "logo19.png",
        "16": "logo16.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        ""
    ],
    "background": {
        "scripts": [
            "extension.background\/extension.background.nocache.js",
            "mirror\/mirror.background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "extension.foreground\/extension.foreground.nocache.js",
                "mirror\/mirror.foreground.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/static.zdassets.com https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/widget.intercom.io https:\/\/js.intercomcdn.com\/ https:\/\/cdn.whatfix.com\/ https:\/\/whatfix.com\/; object-src 'self'",
    "web_accessible_resources": [
        "extension.foreground\/*",
        "extension.background\/*",
        "whatfix.com\/*",
        "mirror\/*"
    ],
    "incognito": "split",
    "browser_action": {
        "default_icon": "logo19.png",
        "default_title": "Whatfix Studio"
    },
    "sandbox": {
        "pages": [
            "*\/bdSandbox.html",
            "*\/tmSandbox.html"
        ],
        "content_security_policy": "sandbox allow-scripts; worker-src blob:"
    }
}