Freshpaint Assistant
Install and test the Freshpaint SDK locally.
Что такое Freshpaint Assistant?
Freshpaint Assistant - это расширение Chrome, разработанное Freshpaint, и его основная функция - "Install and test the Freshpaint SDK locally.".
Снимки экрана расширения
Скачать файл 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 |
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": [ " |