Freshpaint Assistant
Install and test the Freshpaint SDK locally.
Was ist Freshpaint Assistant?
Freshpaint Assistant ist eine Chrome-Erweiterung, die von Freshpaint entwickelt wurde, und ihr Hauptmerkmal ist "Install and test the Freshpaint SDK locally.".
Erweiterungsscreenshots
Freshpaint Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie Freshpaint Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Use this extension to test your Freshpaint account and see data before installing the snippet on your website.
Grundlegende Informationen zur Erweiterung
Name | Freshpaint Assistant |
ID | banodmpanilgmdhcgbffkbajmbdgegon |
Offizielle URL | https://chromewebstore.google.com/detail/freshpaint-assistant/banodmpanilgmdhcgbffkbajmbdgegon |
Beschreibung | Install and test the Freshpaint SDK locally. |
Dateigröße | 182 KB |
Installationsanzahl | 75 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2022-10-15 |
Veröffentlichungsdatum | 2022-09-28 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Freshpaint |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.freshpaint.io/ |
Hilfeseite URL | https://documentation.freshpaint.io/frequently-asked-questions/can-i-try-freshpaint-locally |
URL der Datenschutzrichtlinien-Seite | https://www.freshpaint.io/privacy-policy |
Unterstützte Sprachen | 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": [ " |