MakeDeal
Automates the routine work in the process of sending personalized messages via any messenger or text form.
MakeDeal là gì?
MakeDeal là một tiện ích mở rộng Chrome được phát triển bởi FreySoft, và tính năng chính của nó là "Automates the routine work in the process of sending personalized messages via any messenger or text form.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MakeDeal
Tải xuống các tệp mở rộng MakeDeal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MakeDeal |
ID | dkidnpakjajkpdllkcnaniimpojnohmd |
URL Chính Thức | https://chromewebstore.google.com/detail/makedeal/dkidnpakjajkpdllkcnaniimpojnohmd |
Mô tả | Automates the routine work in the process of sending personalized messages via any messenger or text form. |
Kích Thước Tệp | 3.4 MB |
Số Lần Cài Đặt | 82 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2024-02-28 |
Ngày Phát Hành | 2022-11-03 |
Đánh Giá | 5.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | FreySoft |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.makedeal.io/ |
URL Trang Chính Sách Bảo Mật | https://www.makedeal.io/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |