Wharketing - Mensajes Masivos por Whatsapp
Enviar mensajes masivos desde Whatsapp
What is Wharketing - Mensajes Masivos por Whatsapp?
Wharketing - Mensajes Masivos por Whatsapp is a Chrome extension developed by wapetxo, and its main feature is "Enviar mensajes masivos desde Whatsapp".
Extension Screenshots
Download Wharketing - Mensajes Masivos por Whatsapp Extension CRX File
Download Wharketing - Mensajes Masivos por Whatsapp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | fphifkcnmfnfkejdigdoacabjhfidobj |
Official URL | https://chrome.google.com/webstore/detail/wharketing-mensajes-masiv/fphifkcnmfnfkejdigdoacabjhfidobj |
Description | Enviar mensajes masivos desde Whatsapp |
File Size | 407 KB |
Installation Count | 766 |
Current Version | 2.0.5 |
Last Updated | 2020-10-21 |
Publish Date | 2020-08-10 |
Rating | 1.00/5 Total 2 Ratings |
Developer | wapetxo |
[email protected] | |
Payment Type | free |
Extension Website | https://williampenaloza.com |
Help Page URL | https://williampenaloza.com/contacto |
Privacy Policy Page URL | https://wharketing.com/politica |
Supported Languages | es |
manifest.json | |
{ "author": "William Pe\u00f1aloza", "background": { "persistent": false, "scripts": [ "smph\/background.js" ] }, "browser_action": { "default_icon": { "16": "imgs\/16.png", "48": "imgs\/48.png" }, "default_title": "Wharketing - Enviar Mensajes Masivos por Whatsapp Gratis" }, "content_scripts": [ { "css": [ "smph\/0d8fd505a99478275324ed48ae42bfea.css", "smph\/css\/uikit.css" ], "js": [ "smph\/jquery.js", "smph\/smph.js", "smph\/app736e75726620636f7270.js", "smph\/js\/uikit.js", "smph\/js\/uikit-icons.js" ], "matches": [ "*:\/\/*.whatsapp.com\/*", "*:\/\/*.wharketing.com\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Enviar mensajes masivos desde Whatsapp", "icons": { "128": "imgs\/128.png", "32": "imgs\/32.png", "48": "imgs\/48.png", "16": "imgs\/16.png" }, "manifest_version": 2, "minimum_chrome_version": "37", "name": "Wharketing - Mensajes Masivos por Whatsapp", "permissions": [ "*:\/\/*.whatsapp.com\/*", "activeTab", "background" ], "short_name": "Wharketing - Enviar Mensajes Masivos por Whatsapp Gratis", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.5", "web_accessible_resources": [ "smph\/*" ] } |