MakeDeal
Automates the routine work in the process of sending personalized messages via any messenger or text form.
Qu'est-ce que MakeDeal ?
MakeDeal est une extension Chrome développée par FreySoft, et sa fonction principale est "Automates the routine work in the process of sending personalized messages via any messenger or text form.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MakeDeal
Téléchargez les fichiers d'extension MakeDeal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | MakeDeal |
ID | dkidnpakjajkpdllkcnaniimpojnohmd |
URL Officiel | https://chromewebstore.google.com/detail/makedeal/dkidnpakjajkpdllkcnaniimpojnohmd |
Description | Automates the routine work in the process of sending personalized messages via any messenger or text form. |
Taille du Fichier | 3.4 MB |
Nombre d'Installations | 82 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2024-02-28 |
Date de Publication | 2022-11-03 |
Évaluation | 5.00/5 Total 12 Évaluations |
Développeur | FreySoft |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.makedeal.io/ |
URL de la Page de Politique de Confidentialité | https://www.makedeal.io/privacy-policy.html |
Langues Prises en Charge | 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": [ " |