Freshpaint Assistant

Install and test the Freshpaint SDK locally.

Qu'est-ce que Freshpaint Assistant ?

Freshpaint Assistant est une extension Chrome développée par Freshpaint, et sa fonction principale est "Install and test the Freshpaint SDK locally.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Freshpaint Assistant

Téléchargez les fichiers d'extension Freshpaint Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Freshpaint Assistant Freshpaint Assistant
ID banodmpanilgmdhcgbffkbajmbdgegon
URL Officiel https://chromewebstore.google.com/detail/freshpaint-assistant/banodmpanilgmdhcgbffkbajmbdgegon
Description Install and test the Freshpaint SDK locally.
Taille du Fichier 182 KB
Nombre d'Installations 75
Version Actuelle 1.2.0
Dernière Mise à Jour 2022-10-15
Date de Publication 2022-09-28
Évaluation 5.00/5 Total 2 Évaluations
Développeur Freshpaint
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.freshpaint.io/
URL de la Page d'Aide https://documentation.freshpaint.io/frequently-asked-questions/can-i-try-freshpaint-locally
URL de la Page de Politique de Confidentialité https://www.freshpaint.io/privacy-policy
Langues Prises en Charge 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
        }
    ]
}