Message to Whats
Send message to whatsapp contactless in the phonebook
Τι είναι το Message to Whats;
Το Message to Whats είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://antunesweb.com.br, και η κύρια λειτουργία του είναι "Send message to whatsapp contactless in the phonebook".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Message to Whats
Λήψη αρχείων επέκτασης 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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 } |