Wharketing - Mensajes Masivos por Whatsapp
Enviar mensajes masivos desde Whatsapp
什么是Wharketing - Mensajes Masivos por Whatsapp?
Wharketing - Mensajes Masivos por Whatsapp是由wapetxo开发的Chrome扩展程序,该扩展的主要功能是“Enviar mensajes masivos desde Whatsapp”。
扩展截图
下载Wharketing - Mensajes Masivos por Whatsapp扩展crx文件
下载Wharketing - Mensajes Masivos por Whatsapp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | fphifkcnmfnfkejdigdoacabjhfidobj |
官方URL | https://chrome.google.com/webstore/detail/wharketing-mensajes-masiv/fphifkcnmfnfkejdigdoacabjhfidobj |
简介 | Enviar mensajes masivos desde Whatsapp |
文件大小 | 407 KB |
安装次数 | 766 |
当前版本 | 2.0.5 |
更新时间 | 2020-10-21 |
上架时间 | 2020-08-10 |
评分 | 1.00/5 共2次评分 |
开发者 | wapetxo |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://williampenaloza.com |
帮助页面URL | https://williampenaloza.com/contacto |
隐私政策页面URL | https://wharketing.com/politica |
支持的语言 | 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\/*" ] } |