Freshpaint Assistant

Install and test the Freshpaint SDK locally.

Freshpaint Assistantとは何ですか?

Freshpaint AssistantはFreshpaintによって開発されたChromeの拡張機能で、その主な機能は「Install and test the Freshpaint SDK locally.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Use this extension to test your Freshpaint account and see data before installing the snippet on your website.                    

拡張機能の基本情報

名前 Freshpaint Assistant Freshpaint Assistant
ID banodmpanilgmdhcgbffkbajmbdgegon
公式URL https://chromewebstore.google.com/detail/freshpaint-assistant/banodmpanilgmdhcgbffkbajmbdgegon
説明 Install and test the Freshpaint SDK locally.
ファイルサイズ 182 KB
インストール数 75
現在のバージョン 1.2.0
最終更新日 2022-10-15
公開日 2022-09-28
評価 5.00/5 合計 2 レビュー
開発者 Freshpaint
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.freshpaint.io/
ヘルプページのURL https://documentation.freshpaint.io/frequently-asked-questions/can-i-try-freshpaint-locally
プライバシーポリシーページのURL https://www.freshpaint.io/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Freshpaint Assistant",
    "version": "1.2.0",
    "description": "Install and test the Freshpaint SDK locally.",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/fp_logo_16.png",
            "32": "images\/fp_logo_32.png",
            "48": "images\/fp_logo_48.png",
            "128": "images\/fp_logo_128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content-script.ts.601a77c7.78e12029.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/fp_logo_16.png",
        "32": "images\/fp_logo_32.png",
        "48": "images\/fp_logo_48.png",
        "128": "images\/fp_logo_128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/snippet.120f18b6.js",
                "assets\/should_inject.844e1af4.js",
                "assets\/content-main-world.8e0dd4f8.js",
                "assets\/content-script.ts.601a77c7.js"
            ],
            "use_dynamic_url": true
        }
    ]
}