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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [ " |