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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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": [ " |