WhatsPro12 - Send Bulk WhatsApp Messages
Send Bulk WhatsApp Messages.
WhatsPro12 - Send Bulk WhatsApp Messagesคืออะไร?
WhatsPro12 - Send Bulk WhatsApp Messages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Business Enterprise และคุณลักษณะหลักของมันคือ "Send Bulk WhatsApp Messages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WhatsPro12 - Send Bulk WhatsApp Messages
ดาวน์โหลดไฟล์ส่วนขยาย WhatsPro12 - Send Bulk WhatsApp Messages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } |