Freshpaint Assistant

Install and test the Freshpaint SDK locally.

Co to jest Freshpaint Assistant?

Freshpaint Assistant to rozszerzenie Chrome opracowane przez Freshpaint, a jego główną funkcją jest „Install and test the Freshpaint SDK locally.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Freshpaint Assistant

Pobierz pliki rozszerzeń Freshpaint Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Freshpaint Assistant Freshpaint Assistant
ID banodmpanilgmdhcgbffkbajmbdgegon
Oficjalny URL https://chromewebstore.google.com/detail/freshpaint-assistant/banodmpanilgmdhcgbffkbajmbdgegon
Opis Install and test the Freshpaint SDK locally.
Rozmiar pliku 182 KB
Liczba instalacji 75
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2022-10-15
Data Publikacji 2022-09-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Freshpaint
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.freshpaint.io/
Adres URL Strony Pomocy https://documentation.freshpaint.io/frequently-asked-questions/can-i-try-freshpaint-locally
Adres URL Strony Polityki Prywatności https://www.freshpaint.io/privacy-policy
Obsługiwane Języki 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
        }
    ]
}