SendPro12

Send Bulk WhatsApp Messages.

SendPro12คืออะไร?

SendPro12 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Business Enterprise และคุณลักษณะหลักของมันคือ "Send Bulk WhatsApp Messages."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SendPro12

ดาวน์โหลดไฟล์ส่วนขยาย SendPro12 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Send personalized messages to your clients with our extension.
Best Sender Pro Application - FREE

Features:

Import name, phone numbers and custom fields from a CV
Personalized message, according to the custom fields.
Add emojis in the message.
Format your messages, Italic, Bold, Strikethrough, Monospace
Attach WhatsApp Contacts.
Attach image, video and audio.
Attach PDF, ZIP, RAR and other files.
Add description of the attachment.
Program delay time between one message and another.
Prepare button to check errors.
Preview shipment report.


HOW TO USE SENDPRO12 

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

SendPro12

★ SendPro12 allows you to send automated, customized, bulk, WA messages. By doing this, you can have meaningful conversations with your clients and target audience thereby growing your business.

★ No more one by one sending off messages to all your customers.

★ No more sending of common messages to your prominent users.



LEGAL

SendPro12 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 SendPro12.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SendPro12 SendPro12
ID ngecmgoblhegkdghknpfbkeehhefpdhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sendpro12/ngecmgoblhegkdghknpfbkeehhefpdhc
คำอธิบาย Send Bulk WhatsApp Messages.
ขนาดไฟล์ 131 KB
จำนวนการติดตั้ง 3,655
เวอร์ชันปัจจุบัน 3.5
อัปเดตครั้งล่าสุด 2023-12-02
วันที่เผยแพร่ 2022-02-18
คะแนน 4.05/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา Business Enterprise
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://sendpro12.com/
URL หน้าช่วยเหลือ https://sendpro12.com/
URL หน้านโยบายความเป็นส่วนตัว https://sendpro12.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "author": "SendPro12",
    "background": {
        "service_worker": "smph\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "imgs\/16.png",
            "48": "imgs\/48.png"
        },
        "default_title": "SendPro12"
    },
    "content_scripts": [
        {
            "css": [
                "\/style\/mystyle.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": 3,
    "minimum_chrome_version": "88",
    "name": "SendPro12",
    "permissions": [
        "activeTab",
        "background",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.whatsapp.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.5",
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/*",
                "imgs\/*",
                "smph\/*"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ]
}