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
官方網址 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
電子郵箱 [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
        }
    ]
}