Freshpaint Assistant

Install and test the Freshpaint SDK locally.

Wat is Freshpaint Assistant?

Freshpaint Assistant is een Chrome-extensie ontwikkeld door Freshpaint, en de belangrijkste functie is "Install and test the Freshpaint SDK locally.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Freshpaint Assistant

Download Freshpaint Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Freshpaint Assistant Freshpaint Assistant
ID banodmpanilgmdhcgbffkbajmbdgegon
Officiële URL https://chromewebstore.google.com/detail/freshpaint-assistant/banodmpanilgmdhcgbffkbajmbdgegon
Beschrijving Install and test the Freshpaint SDK locally.
Bestandsgrootte 182 KB
Aantal Installaties 75
Huidige Versie 1.2.0
Laatst Bijgewerkt 2022-10-15
Publicatiedatum 2022-09-28
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Freshpaint
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.freshpaint.io/
Help Pagina-URL https://documentation.freshpaint.io/frequently-asked-questions/can-i-try-freshpaint-locally
URL van de Privacybeleid Pagina https://www.freshpaint.io/privacy-policy
Ondersteunde Talen 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
        }
    ]
}