Freshpaint Assistant

Install and test the Freshpaint SDK locally.

Τι είναι το Freshpaint Assistant;

Το Freshpaint Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Freshpaint, και η κύρια λειτουργία του είναι "Install and test the Freshpaint SDK locally.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Freshpaint Assistant

Λήψη αρχείων επέκτασης Freshpaint Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Freshpaint Assistant Freshpaint Assistant
ID banodmpanilgmdhcgbffkbajmbdgegon
Επίσημο URL https://chromewebstore.google.com/detail/freshpaint-assistant/banodmpanilgmdhcgbffkbajmbdgegon
Περιγραφή Install and test the Freshpaint SDK locally.
Μέγεθος Αρχείου 182 KB
Αριθμός Εγκαταστάσεων 75
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2022-10-15
Ημερομηνία Δημοσίευσης 2022-09-28
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Freshpaint
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.freshpaint.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://documentation.freshpaint.io/frequently-asked-questions/can-i-try-freshpaint-locally
URL της Σελίδας Πολιτικής Απορρήτου https://www.freshpaint.io/privacy-policy
Υποστηριζόμενες Γλώσσες 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
        }
    ]
}