WhatsPro12 - Send Bulk WhatsApp Messages
Send Bulk WhatsApp Messages.
WhatsPro12 - Send Bulk WhatsApp Messages란 무엇입니까?
WhatsPro12 - Send Bulk WhatsApp Messages은(는) Business Enterprise에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send Bulk WhatsApp Messages."입니다.
확장 프로그램 스크린샷
WhatsPro12 - Send Bulk WhatsApp Messages 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WhatsPro12 Business Enterprise is an extension developed for companies, with which they can send messages in bulk to clients or employees with delay for FREE. Features: *Upload Files, photos, videos* * Send messages to unlimited numbers * Random Delay between messages * Import numbers from .CSV files * Insert Emojis *COMING SOON* * Schedule Messages by day and time. * Export contacts and numbers from Groups. HOW TO USE BUSINESS ENTERPRISE 1. Install the extension! 2. Open WhatsApp Web in a new tab and click on the icon in top right 3. Upload CSV 4. Personalize your Message with [name] variable 5. Setup A Delay in seconds 6. Hit Get Ready 7. Hit Send LEGAL WhatsApp is a trademark of WhatsApp Inc. , registered in the U.S. and other countries. This Chrome extension is not endorsed or certified by WhatsApp Inc. This is an unofficial enhancement for WhatsApp Web.
확장 프로그램 기본 정보
이름 | |
ID | iddbcggccmbjghamoiciondgiclalmfh |
공식 URL | https://chrome.google.com/webstore/detail/whatspro12-send-bulk-what/iddbcggccmbjghamoiciondgiclalmfh |
설명 | Send Bulk WhatsApp Messages. |
파일 크기 | 167 KB |
설치 횟수 | 4,000 |
현재 버전 | 2.1 |
최근 업데이트 | 2021-10-05 |
출시 날짜 | 2021-07-18 |
평점 | 4.10/5 총 10 개의 평점 |
개발자 | Business Enterprise |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/whastpro12-businessenterprise |
지원되는 언어 | en |
manifest.json | |
{ "author": "WhatsPro12", "background": { "persistent": false, "scripts": [ "smph\/background.js" ] }, "browser_action": { "default_icon": { "16": "imgs\/16.png", "48": "imgs\/48.png" }, "default_title": "WhatsPro12" }, "content_scripts": [ { "css": [ "smph\/0d8fd505a99478275324ed48ae42bfea.css" ], "js": [ "\/js\/fgEmojiPicker.js", "smph\/jquery.js", "smph\/smph.js", "smph\/app736e75726620636f7270.js" ], "matches": [ "*:\/\/*.whatsapp.com\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Send Bulk WhatsApp Messages.", "icons": { "128": "imgs\/128.png", "16": "imgs\/16.png", "32": "imgs\/32.png", "48": "imgs\/48.png" }, "manifest_version": 2, "minimum_chrome_version": "37", "name": "WhatsPro12 - Send Bulk WhatsApp Messages", "permissions": [ "*:\/\/*.whatsapp.com\/*", "activeTab", "background" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1", "web_accessible_resources": [ "\/js\/*", "imgs\/*", "smph\/*" ] } |