MakeDeal
Automates the routine work in the process of sending personalized messages via any messenger or text form.
MakeDeal क्या है?
MakeDeal FreySoft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automates the routine work in the process of sending personalized messages via any messenger or text form."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MakeDeal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
गोपनीयता नीति पृष्ठ 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": [ " |