Prime Connect - Message Sender

Free Web sender to send messages, attachments and much more...

Prime Connect - Message Senderคืออะไร?

Prime Connect - Message Sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://metjetsac.com และคุณลักษณะหลักของมันคือ "Free Web sender to send messages, attachments and much more..."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prime Connect - Message Sender

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

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

                        Prime Conect is the best google chrome extension to send unlimited bulk messages, attachments and much more. It is the currently the highest rated and the best tool on the chrome webstore to send bulk what sapp messages. Download now!
Free Bulk messages 
Unlimited message 


Basic Features FREE FOREVER!

Features:
✅ Unlimited bulk messages
✅ Customisation
✅ Send messages via excel sheet
✅ Add attachment
✅ Add caption
✅ Save Message Template
✅ Save campaign details to reuse later
✅ Detailed delivery report    
✅ Extremely swift and quick customer service
✅ Schedule
✅ Business Chat Link for your website
✅ Respond to your customers with quick replies
✅ Real time update via notifications
✅ No Software Installation Needed
✅ Highly User Friendly


What makes us different?
👍 Basic features FREE FOREVER!
👍 No limitation
👍 Fairly intuitive and easy to use
👍 Affordable premium features
👍 Much more utility features at a better price than competition
👍 24x7 Live Customer Support


We are not related in any way to the bulk Whats App message extensions or automation tools


By downloading the extension, you agree to our Terms of Service and Privacy Policy                    

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

ชื่อ Prime Connect - Message Sender Prime Connect - Message Sender
ID lpkcglgkpkloheddkmehdapeclclnecm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prime-connect-message-sen/lpkcglgkpkloheddkmehdapeclclnecm
คำอธิบาย Free Web sender to send messages, attachments and much more...
ขนาดไฟล์ 10.68 MB
จำนวนการติดตั้ง 100
เวอร์ชันปัจจุบัน 3.1.81
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2022-09-20
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://metjetsac.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.metjetsac.com/
URL หน้านโยบายความเป็นส่วนตัว http://metjetsac.com/Privacidad
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prime Connect - Message Sender",
    "version": "3.1.81",
    "default_locale": "en",
    "description": "__MSG_Description__",
    "icons": {
        "16": "logo\/small.png",
        "48": "logo\/medium.png",
        "128": "logo\/large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "js\/library\/jquery.js",
                "js\/data.js",
                "js\/ga-code.js",
                "js\/translate.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/inject.js",
                "\/logo\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "https:\/\/metjetsac.com\/*",
        "https:\/\/ipapi.co\/json"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Prime Connect"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "notifications",
        "tabs",
        "identity",
        "identity.email"
    ]
}