Freshpaint Assistant

Install and test the Freshpaint SDK locally.

Freshpaint Assistant là gì?

Freshpaint Assistant là một tiện ích mở rộng Chrome được phát triển bởi Freshpaint, và tính năng chính của nó là "Install and test the Freshpaint SDK locally.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Freshpaint Assistant

Tải xuống các tệp mở rộng Freshpaint Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Freshpaint Assistant Freshpaint Assistant
ID banodmpanilgmdhcgbffkbajmbdgegon
URL Chính Thức https://chromewebstore.google.com/detail/freshpaint-assistant/banodmpanilgmdhcgbffkbajmbdgegon
Mô tả Install and test the Freshpaint SDK locally.
Kích Thước Tệp 182 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-10-15
Ngày Phát Hành 2022-09-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Freshpaint
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.freshpaint.io/
URL Trang Trợ Giúp https://documentation.freshpaint.io/frequently-asked-questions/can-i-try-freshpaint-locally
URL Trang Chính Sách Bảo Mật https://www.freshpaint.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}