Freshpaint Assistant

Install and test the Freshpaint SDK locally.

Cos'è Freshpaint Assistant?

Freshpaint Assistant è un'estensione di Chrome sviluppata da Freshpaint, e la sua funzione principale è "Install and test the Freshpaint SDK locally.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Freshpaint Assistant

Scarica i file di estensione Freshpaint Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Freshpaint Assistant Freshpaint Assistant
ID banodmpanilgmdhcgbffkbajmbdgegon
URL Ufficiale https://chromewebstore.google.com/detail/freshpaint-assistant/banodmpanilgmdhcgbffkbajmbdgegon
Descrizione Install and test the Freshpaint SDK locally.
Dimensione del File 182 KB
Conteggio Installazioni 75
Versione Corrente 1.2.0
Ultimo Aggiornamento 2022-10-15
Data di Pubblicazione 2022-09-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Freshpaint
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.freshpaint.io/
URL della Pagina di Aiuto https://documentation.freshpaint.io/frequently-asked-questions/can-i-try-freshpaint-locally
URL della Pagina della Politica sulla Privacy https://www.freshpaint.io/privacy-policy
Lingue Supportate 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
        }
    ]
}