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 |
公式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 |
Eメール | [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": [ " |