MakeDeal
Automates the routine work in the process of sending personalized messages via any messenger or text form.
Co to jest MakeDeal?
MakeDeal to rozszerzenie Chrome opracowane przez FreySoft, a jego główną funkcją jest „Automates the routine work in the process of sending personalized messages via any messenger or text form.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MakeDeal
Pobierz pliki rozszerzeń MakeDeal w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | MakeDeal |
ID | dkidnpakjajkpdllkcnaniimpojnohmd |
Oficjalny URL | https://chromewebstore.google.com/detail/makedeal/dkidnpakjajkpdllkcnaniimpojnohmd |
Opis | Automates the routine work in the process of sending personalized messages via any messenger or text form. |
Rozmiar pliku | 3.4 MB |
Liczba instalacji | 82 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2024-02-28 |
Data Publikacji | 2022-11-03 |
Ocena | 5.00/5 Łącznie 12 Oceny |
Deweloper | FreySoft |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.makedeal.io/ |
Adres URL Strony Polityki Prywatności | https://www.makedeal.io/privacy-policy.html |
Obsługiwane Języki | 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": [ " |