WhatsApp easy send
Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url
¿Qué es WhatsApp easy send?
WhatsApp easy send es una extensión de Chrome desarrollada por tal.barda88, y su función principal es "Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión WhatsApp easy send
Descarga archivos de extensión WhatsApp easy send en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Easy send WhatsApp message to a number that isn't saved on your contacts list by entering number and text. If there's a 'URL' place holder in the text, will replace it with the current tab url. Known issues: 1. It's developed for the personal purposes of looking an apartment in Israel - so the message placeholder is for sending a message in Hebrew "Hey, I would be happy to get some details for the apartment.." 2. It doesn't store the latest trial so every time you click on it, you will re-enter the details
Información Básica de la Extensión
Nombre | |
ID | dfpggoalmiggfgehidjjldkonifpijed |
URL Oficial | https://chrome.google.com/webstore/detail/whatsapp-easy-send/dfpggoalmiggfgehidjjldkonifpijed |
Descripción | Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url |
Tamaño del Archivo | 14.7 MB |
Cantidad de Instalaciones | 69 |
Versión Actual | 0.0.0.1 |
Última Actualización | 2021-07-13 |
Fecha de Publicación | 2021-07-13 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | tal.barda88 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://www.facebook.com/groups/supertool/permalink/717341105668298/ |
Idiomas Soportados | |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WhatsApp easy send", "version": "0.0.0.1", "description": "Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url", "manifest_version": 2, "icons": { "16": "WhatsApp.png", "48": "WhatsApp.png", "128": "WhatsApp.png" }, "permissions": [ "tabs" ], "browser_action": { "default_popup": "popup.html", "default_title": "A popup will come" } } |