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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://documentation.freshpaint.io/frequently-asked-questions/can-i-try-freshpaint-locally
عنوان صفحة سياسة الخصوصية 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
        }
    ]
}