Direct Message to Web Whatsapp - Plugin

This extension will add option in right click to send message by whatsapp web

Direct Message to Web Whatsapp - Pluginคืออะไร?

Direct Message to Web Whatsapp - Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shmulik develop และคุณลักษณะหลักของมันคือ "This extension will add option in right click to send message by whatsapp web"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Direct Message to Web Whatsapp - Plugin

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

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

                        in any site you visit, when the mobile number is present, you can select it with the mouse and then if you right clicked you'll have the option to send message to this number by WhatsApp WEB, either youv'e open it before or not, if WhatsApp WEb allready opend then the chat will appear on its tab, else it will open new tab for WhatsApp WEB with new conversaion for this selected number.
nice feutre is: when the selected mobile is contain '-' like 05x-xxxxx so even only the right number is selected, the extension automatically grab also the left prefix before the hyphen.
* in this version it support only Israeli mobile numbers                    

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

ชื่อ Direct Message to Web Whatsapp - Plugin Direct Message to Web Whatsapp - Plugin
ID ajbfbophdkodhkpdnjmgegobcmfnmocc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/direct-message-to-web-wha/ajbfbophdkodhkpdnjmgegobcmfnmocc
คำอธิบาย This extension will add option in right click to send message by whatsapp web
ขนาดไฟล์ 168 KB
จำนวนการติดตั้ง 238
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-12-26
วันที่เผยแพร่ 2020-07-28
ผู้พัฒนา shmulik develop
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.termsfeed.com/live/b0770335-d19e-4d74-a027-735fa6c41524
ภาษาที่รองรับ iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Direct Message to Web Whatsapp - Plugin",
    "description": "This extension will add option in right click to send message by whatsapp web",
    "author": "Shmulik Rot",
    "version": "1.0.5",
    "icons": {
        "16": "images\/iconmonstr-phone-9-16.png",
        "48": "images\/iconmonstr-phone-9-48.png",
        "128": "images\/icon_canva.png"
    },
    "action": {
        "default_icon": "images\/iconmonstr-phone-9-16.png"
    },
    "background": {
        "service_worker": "eventPage.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "dist\/libphonenumber-js.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "host_permissions": [
        ""
    ]
}