Freshpaint Assistant

Install and test the Freshpaint SDK locally.

Freshpaint Assistantคืออะไร?

Freshpaint Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Freshpaint และคุณลักษณะหลักของมันคือ "Install and test the Freshpaint SDK locally."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freshpaint Assistant

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}