Easy Sender for WhatsApp™

Send WhatsApp™ messages without having to add the contact, just select the number

Easy Sender for WhatsApp™คืออะไร?

Easy Sender for WhatsApp™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gabriel Esteves Messas และคุณลักษณะหลักของมันคือ "Send WhatsApp™ messages without having to add the contact, just select the number"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Sender for WhatsApp™

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

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

                        Start a WhatsApp™ conversation just by selecting the phone number of destination, right-clicking it and selecting the extension option.

The name WhatsApp™, its logo and associated information are intelectual property of WhatsApp Inc. and this application is not officially related to the company.                    

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

ชื่อ Easy Sender for WhatsApp™ Easy Sender for WhatsApp™
ID ejiijcenbnglpkoehlganopoheochbon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon
คำอธิบาย Send WhatsApp™ messages without having to add the contact, just select the number
ขนาดไฟล์ 26.11 KB
จำนวนการติดตั้ง 5,343
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-10-24
วันที่เผยแพร่ 2020-05-28
คะแนน 3.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Gabriel Esteves Messas
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
URL หน้าช่วยเหลือ https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
ภาษาที่รองรับ en,en-GB,en-US,es,es-419,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.2",
    "default_locale": "en_US",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": {
        "default_icon": "Easy Sender.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "activeTab"
    ],
    "icons": {
        "16": "Easy Sender.png",
        "32": "Easy Sender.png",
        "48": "Easy Sender.png",
        "128": "Easy Sender.png"
    }
}