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 shmulik develop द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will add option in right click to send message by whatsapp web"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Direct Message to Web Whatsapp - Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
        ""
    ]
}