Hans Matrimony CRM
CRM for Hans Matrimony
Hans Matrimony CRM란 무엇입니까?
Hans Matrimony CRM은(는) Eazybe.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CRM for Hans Matrimony"입니다.
확장 프로그램 스크린샷
Hans Matrimony CRM 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Customized Application for Hans Matrimony, created by Eazybe.com. This helps them to manage their leads on Web Whatsapp Features:- Schedule Messages Automatic Followup Send messages without saving numbers Run Campaign Bulk Messages User Profiles Labels Notes Interest Level You can manage all users inside Web WhatsApp now. You can now send messages to anyone without saving their numbers. Interact with friends and customers on EazyBe easily. Install the extension and start growing your performance now ✌🏻
확장 프로그램 기본 정보
이름 | |
ID | leemlphmkkohjogalcgljmkchiaaijah |
공식 URL | https://chrome.google.com/webstore/detail/hans-matrimony-crm/leemlphmkkohjogalcgljmkchiaaijah |
설명 | CRM for Hans Matrimony |
파일 크기 | 846 KB |
설치 횟수 | 55 |
현재 버전 | 2.4.7.8 |
최근 업데이트 | 2022-03-31 |
출시 날짜 | 2021-10-07 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Eazybe.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://eazybe.com/ |
도움말 페이지 URL | https://eazybe.com/ |
개인정보 보호 정책 페이지 URL | https://eazybe.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hans Matrimony CRM", "version": "2.4.7.8", "description": "CRM for Hans Matrimony", "permissions": [ "tabs", "storage", "https:\/\/web.whatsapp.com\/*" ], "background": { "scripts": [ "assets\/js\/background.js" ], "persistance": true }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "assets\/js\/content.js", "assets\/js\/xlsx.full.min.js" ] } ], "web_accessible_resources": [ "popup.html", "contacts.xlsx", "infoTab.html", "assets\/js\/datetime.js", "assets\/js\/analytics.js", "assets\/css\/datetime.css", "datetime.html", "assets\/css\/popup.css", "assets\/img\/premium.png", "assets\/img\/update.png", "assets\/js\/wapi.js", "assets\/js\/gscript.js", "assets\/css\/bootstrap.min.css", "assets\/js\/mid.js", "whatsAppIcon.svg", "demouser.png", "broadcast.svg", "assets\/icons\/star-icon.png", "assets\/icons\/best.png", "assets\/icons\/bin_white.png", "assets\/icons\/bin_red.png", "check.svg", "calender.svg", "filter.svg", "plus.png", "upload.svg", "edit-solid.svg", "expanded.html", "\/assets\/icons\/icon.png" ], "browser_action": { "default_title": "Eazybe", "default_popup": "popup1.html" }, "icons": { "128": "\/assets\/icons\/icon.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self' script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self' " } |