MakeDeal
Automates the routine work in the process of sending personalized messages via any messenger or text form.
Wat is MakeDeal?
MakeDeal is een Chrome-extensie ontwikkeld door FreySoft, en de belangrijkste functie is "Automates the routine work in the process of sending personalized messages via any messenger or text form.".
Extensie Screenshots
Download het CRX-bestand van de extensie MakeDeal
Download MakeDeal-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | MakeDeal |
ID | dkidnpakjajkpdllkcnaniimpojnohmd |
Officiële URL | https://chromewebstore.google.com/detail/makedeal/dkidnpakjajkpdllkcnaniimpojnohmd |
Beschrijving | Automates the routine work in the process of sending personalized messages via any messenger or text form. |
Bestandsgrootte | 3.4 MB |
Aantal Installaties | 82 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2024-02-28 |
Publicatiedatum | 2022-11-03 |
Beoordeling | 5.00/5 Totaal 12 Beoordelingen |
Ontwikkelaar | FreySoft |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.makedeal.io/ |
URL van de Privacybeleid Pagina | https://www.makedeal.io/privacy-policy.html |
Ondersteunde Talen | 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": [ " |