Freshpaint Assistant

Install and test the Freshpaint SDK locally.

Apa itu Freshpaint Assistant?

Freshpaint Assistant adalah ekstensi Chrome yang dikembangkan oleh Freshpaint, dan fitur utamanya adalah "Install and test the Freshpaint SDK locally.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Freshpaint Assistant

Unduh file ekstensi Freshpaint Assistant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Freshpaint Assistant Freshpaint Assistant
ID banodmpanilgmdhcgbffkbajmbdgegon
URL Resmi https://chromewebstore.google.com/detail/freshpaint-assistant/banodmpanilgmdhcgbffkbajmbdgegon
Deskripsi Install and test the Freshpaint SDK locally.
Ukuran File 182 KB
Jumlah Instalasi 75
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2022-10-15
Tanggal Publikasi 2022-09-28
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Freshpaint
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.freshpaint.io/
URL Halaman Bantuan https://documentation.freshpaint.io/frequently-asked-questions/can-i-try-freshpaint-locally
URL Halaman Kebijakan Privasi https://www.freshpaint.io/privacy-policy
Bahasa yang Didukung 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
        }
    ]
}