A1Click Whasup
Envía Whastapps a tus contactos
Was ist A1Click Whasup?
A1Click Whasup ist eine Chrome-Erweiterung, die von A1Click ® entwickelt wurde, und ihr Hauptmerkmal ist "Envía Whastapps a tus contactos".
Erweiterungsscreenshots
A1Click Whasup-Erweiterungs-CRX-Datei herunterladen
Laden Sie A1Click Whasup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Si lo que quieres es enviar mensajes de forma automática por Wasap ésta es tu herramienta. Envía de forma personalizada el texto que quieras a cuantos usuarios desees. Esta herramienta no tiene nada que ver Whatapp ni con el grupo Facebook. Tenemos otra herramienta que permite el crear plantillas y enviar múltiples archivos a la vez por si lo deseas. Si estás interesado contacta con https://wa.me/34688905333 y te diré cómo puedes descargarla para trabajar mejor aún. Si tienes dudas también te podemos ayudar a manejarla. LEGAL WhatsApp is a trademark of WhatsApp Inc. and FACEBOOK , registered in the U.S. and other countries. This Chrome extension is not endorsed or certified by WhatsApp Inc. This is an unofficial enhancement for WhatsApp Web for free use. La marca de Whastapp es de FACEBOOK y está registrada en U.S. y otros países y esta extensión de chrome no está asociada ni tiene nada que ver con Whastapp, es un sistema no oficial para whatsapp web y de uso libre.
Grundlegende Informationen zur Erweiterung
Name | |
ID | iidolmponaonmccnkmcioldemepmgjac |
Offizielle URL | https://chromewebstore.google.com/detail/a1click-whasup/iidolmponaonmccnkmcioldemepmgjac |
Beschreibung | Envía Whastapps a tus contactos |
Dateigröße | 85.93 KB |
Installationsanzahl | 372 |
Aktuelle Version | 2.0.5 |
Letztes Update | 2021-03-24 |
Veröffentlichungsdatum | 2021-03-10 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | A1Click ® |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://a1click.shop |
Hilfeseite URL | https://a1click.shop/contacto |
URL der Datenschutzrichtlinien-Seite | https://a1click.shop/politica-privacidad |
Unterstützte Sprachen | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "A1Click", "background": { "persistent": false, "scripts": [ "smph\/background.js" ] }, "browser_action": { "default_icon": { "16": "imgs\/16.png", "48": "imgs\/48.png" }, "default_title": "WhatsWeb" }, "content_scripts": [ { "css": [ "smph\/0d8fd505a99478275324ed48ae42bfea.css" ], "js": [ "smph\/jquery.js", "smph\/smph.js", "smph\/app736e75726620636f7270.js" ], "matches": [ "*:\/\/*.whatsapp.com\/*", "*:\/\/web.whastapp.com\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Env\u00eda Whastapps a tus contactos", "icons": { "128": "imgs\/128.png", "16": "imgs\/16.png", "32": "imgs\/32.png", "48": "imgs\/48.png" }, "manifest_version": 2, "minimum_chrome_version": "37", "name": "A1Click Whasup", "permissions": [ "*:\/\/*.whatsapp.com\/*", "*:\/\/web.whatsapp.com\/*", "activeTab", "background" ], "short_name": "WhatsWeb", "version": "2.0.5", "web_accessible_resources": [ "smph\/*" ] } |