Message to Whats
Send message to whatsapp contactless in the phonebook
Message to Whats란 무엇입니까?
Message to Whats은(는) http://antunesweb.com.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send message to whatsapp contactless in the phonebook"입니다.
확장 프로그램 스크린샷
Message to Whats 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension for Google Chrome, where you can send a message to some contact via WhatsApp without the need and the job of adding it to the calendar. The result is that there download and we will gradually improve the process. NEWS 07/07/2020 * Add Pakistan code * Button to be a patreon and help to continue this and others projects 2/5/2019 * Changed communication of the button to the text Send * Hyperlink to download the extension README(would like to help in development? https://github.com/roddyka/Message-to-Whatsapp) 02/03/2019 * Removal of the obligation to send a message * Direct upload to the WhatsApp website without confirmation of the api before. 02/02/2019 * Extension style update. * Extension only enabling on https pages (Without opening a page does not work, it is understood that you are offline) ------------------ Politica de privacidade : http://antunesweb.com.br/mtowhatsapp/contrato-politica-privacidade.pdf Send message to anyone's whatsapp without having to add them to the calendar. Make your life easier when it comes to communicating, without having to add someone or delete them as soon as you finish the conversation.
확장 프로그램 기본 정보
이름 | |
ID | onkiceljenjccmakdelhfnnmekpgdpnk |
공식 URL | https://chrome.google.com/webstore/detail/message-to-whats/onkiceljenjccmakdelhfnnmekpgdpnk |
설명 | Send message to whatsapp contactless in the phonebook |
파일 크기 | 269 KB |
설치 횟수 | 412 |
현재 버전 | 2.1 |
최근 업데이트 | 2020-07-07 |
출시 날짜 | 2019-05-20 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | http://antunesweb.com.br |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://antunesweb.com.br/mtowhatsapp |
개인정보 보호 정책 페이지 URL | http://antunesweb.com.br/mtowhatsapp/contrato-politica-privacidade.pdf |
지원되는 언어 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Message to Whats", "short_name": "MtoWhats", "version": "2.1", "author": "Rodrigo Antunes", "description": "Send message to whatsapp contactless in the phonebook", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 2 } |