MakeDeal
Automates the routine work in the process of sending personalized messages via any messenger or text form.
Что такое MakeDeal?
MakeDeal - это расширение Chrome, разработанное FreySoft, и его основная функция - "Automates the routine work in the process of sending personalized messages via any messenger or text form.".
Снимки экрана расширения
Скачать файл CRX расширения MakeDeal
Скачайте файлы расширений MakeDeal в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
It is a totally new system that replaces current manual message typing for workers contacting people over the web. The system will help users speed up messaging process, manage templates, quickly find necessary personal info and share all the important info with their coworkers via projects.
Основная информация о расширении
Название | MakeDeal |
ID | dkidnpakjajkpdllkcnaniimpojnohmd |
Официальный URL | https://chromewebstore.google.com/detail/makedeal/dkidnpakjajkpdllkcnaniimpojnohmd |
Описание | Automates the routine work in the process of sending personalized messages via any messenger or text form. |
Размер файла | 3.4 MB |
Количество установок | 82 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2024-02-28 |
Дата публикации | 2022-11-03 |
Рейтинг | 5.00/5 Всего 12 оценок |
Разработчик | FreySoft |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.makedeal.io/ |
URL страницы политики конфиденциальности | https://www.makedeal.io/privacy-policy.html |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MakeDeal", "description": "Automates the routine work in the process of sending personalized messages via any messenger or text form.", "version": "1.0.1", "manifest_version": 3, "permissions": [ "storage", "alarms", "tabs", "activeTab", "identity", "webRequest", "scripting", "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon-off-16.png", "32": "icon-off-32.png", "48": "icon-off-48.png", "128": "icon-off-128.png" } }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ " |