Freshpaint Assistant

Install and test the Freshpaint SDK locally.

Hvad er Freshpaint Assistant?

Freshpaint Assistant er en Chrome-udvidelse udviklet af Freshpaint, og dens hovedfunktion er "Install and test the Freshpaint SDK locally.".

Udvidelsesskærmbilleder

screenshot

Download Freshpaint Assistant-udvidelses-CRX-fil

Download Freshpaint Assistant-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Freshpaint Assistant Freshpaint Assistant
ID banodmpanilgmdhcgbffkbajmbdgegon
Officiel URL https://chromewebstore.google.com/detail/freshpaint-assistant/banodmpanilgmdhcgbffkbajmbdgegon
Beskrivelse Install and test the Freshpaint SDK locally.
Filstørrelse 182 KB
Antal Installationer 75
Nuværende Version 1.2.0
Senest Opdateret 2022-10-15
Udgivelsesdato 2022-09-28
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Freshpaint
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.freshpaint.io/
Hjælpeside-URL https://documentation.freshpaint.io/frequently-asked-questions/can-i-try-freshpaint-locally
URL til Fortrolighedspolitik Side https://www.freshpaint.io/privacy-policy
Understøttede Sprog 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
        }
    ]
}