MakeDeal
Automates the routine work in the process of sending personalized messages via any messenger or text form.
什麼是MakeDeal?
MakeDeal是由FreySoft開發的Chrome擴展程式,該擴展的主要功能是“Automates the routine work in the process of sending personalized messages via any messenger or text form.”。
擴展截圖
下載MakeDeal擴展crx文件
下載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 |
官方網址 | 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": [ " |