Freshpaint Assistant
Install and test the Freshpaint SDK locally.
Vad är Freshpaint Assistant?
Freshpaint Assistant är en Chrome-tillägg utvecklad av Freshpaint, och dess huvudfunktion är "Install and test the Freshpaint SDK locally.".
Tilläggsskärmbilder
Ladda ner Freshpaint Assistant-förlängningens CRX-fil
Ladda ner Freshpaint Assistant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Use this extension to test your Freshpaint account and see data before installing the snippet on your website.
Grundläggande Information om Tillägg
Namn | Freshpaint Assistant |
ID | banodmpanilgmdhcgbffkbajmbdgegon |
Officiell webbadress | https://chromewebstore.google.com/detail/freshpaint-assistant/banodmpanilgmdhcgbffkbajmbdgegon |
Beskrivning | Install and test the Freshpaint SDK locally. |
Filstorlek | 182 KB |
Antal Installationer | 75 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2022-10-15 |
Publiceringsdatum | 2022-09-28 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Freshpaint |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.freshpaint.io/ |
Hjälpsida URL | https://documentation.freshpaint.io/frequently-asked-questions/can-i-try-freshpaint-locally |
URL till Sekretesspolicy Sidan | https://www.freshpaint.io/privacy-policy |
Stödda Språk | 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": [ " |