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™은(는) Gabriel Esteves Messas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send WhatsApp™ messages without having to add the contact, just select the number"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Easy Sender for WhatsApp™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}