Whatfix Studio

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

Whatfix Studioとは何ですか?

Whatfix Studioはhttps://whatfix.comによって開発されたChromeの拡張機能で、その主な機能は「Use the Whatfix Studio extension to create interactive workflows on any web application.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Whatfix Studio Whatfix Studio
ID ohkeehjepccedbdpohnbapepongppfcj
公式URL https://chromewebstore.google.com/detail/whatfix-studio/ohkeehjepccedbdpohnbapepongppfcj
説明 Use the Whatfix Studio extension to create interactive workflows on any web application.
ファイルサイズ 27.37 MB
インストール数 133,467
現在のバージョン 2024.02.22.0736
最終更新日 2024-02-25
公開日 2020-07-02
評価 4.58/5 合計 24 レビュー
開発者 https://whatfix.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://whatfix.com
ヘルプページのURL https://support.whatfix.com
プライバシーポリシーページのURL https://whatfix.com/privacy-policy
対応言語 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:"
    }
}