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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة سياسة الخصوصية | 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": [ " |