Freshpaint Assistant
Install and test the Freshpaint SDK locally.
What is Freshpaint Assistant?
Freshpaint Assistant is a Chrome extension developed by Freshpaint, and its main feature is "Install and test the Freshpaint SDK locally.".
Extension Screenshots
Download Freshpaint Assistant Extension CRX File
Download Freshpaint Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use this extension to test your Freshpaint account and see data before installing the snippet on your website.
Extension Basic Information
Name | Freshpaint Assistant |
ID | banodmpanilgmdhcgbffkbajmbdgegon |
Official URL | https://chromewebstore.google.com/detail/freshpaint-assistant/banodmpanilgmdhcgbffkbajmbdgegon |
Description | Install and test the Freshpaint SDK locally. |
File Size | 182 KB |
Installation Count | 75 |
Current Version | 1.2.0 |
Last Updated | 2022-10-15 |
Publish Date | 2022-09-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Freshpaint |
[email protected] | |
Payment Type | free |
Extension Website | https://www.freshpaint.io/ |
Help Page URL | https://documentation.freshpaint.io/frequently-asked-questions/can-i-try-freshpaint-locally |
Privacy Policy Page URL | https://www.freshpaint.io/privacy-policy |
Supported Languages | 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": [ " |