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」です。

拡張機能のスクリーンショット

screenshot

Message to Whats拡張機能のCRXファイルをダウンロード

Message to Whats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Message to Whats Message to Whats
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
Eメール [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
}