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
电子邮箱 [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
        }
    ]
}