Fuuz Browser Extension

Allows users to easily integrate any website with Fuuz.

Fuuz Browser Extensionとは何ですか?

Fuuz Browser ExtensionはMFGx Engineeringによって開発されたChromeの拡張機能で、その主な機能は「Allows users to easily integrate any website with Fuuz.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Fuuz Browser Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Simply sign into your Fuuz account and activate Fuuz on any website. You will then be able to slide out Fuuz and start adding action buttons.

You can use any information from the web page you are currently on as parameters to these action buttons, including querystring parameters, text fields, checkboxes, or any other input on the screen.

Action buttons are able to trigger Fuuz webhooks and data flows, render documents, navigate to related web pages, or even render Fuuz screens and visualizations right on the current web page!                    

拡張機能の基本情報

名前 Fuuz Browser Extension Fuuz Browser Extension
ID kcamgdjiikgoglpfomjikmdonhfaplod
公式URL https://chromewebstore.google.com/detail/fuuz-browser-extension/kcamgdjiikgoglpfomjikmdonhfaplod
説明 Allows users to easily integrate any website with Fuuz.
ファイルサイズ 30.86 MB
インストール数 1,621
現在のバージョン 2024.1.1
最終更新日 2024-01-17
公開日 2020-06-30
評価 4.67/5 合計 3 レビュー
開発者 MFGx Engineering
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://fuuz.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2024.1.1",
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/favicon.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background\/background.js"
        ]
    },
    "storage": {
        "managed_schema": "schema.json"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage",
        "alarms"
    ],
    "browser_action": {
        "default_icon": {
            "32": "images\/favicon.png"
        },
        "default_title": "Fuuz Browser Extension",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/fuuz_logo-tag-rev-2col.svg",
        "images\/fuuz_logo-tag.svg"
    ]
}