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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will add option in right click to send message by whatsapp web"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Direct Message to Web Whatsapp - Plugin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
        ""
    ]
}