Easy Sender for WhatsApp™
Send WhatsApp™ messages without having to add the contact, just select the number
什么是Easy Sender for WhatsApp™?
Easy Sender for WhatsApp™是由Gabriel Esteves Messas开发的Chrome扩展程序,该扩展的主要功能是“Send WhatsApp™ messages without having to add the contact, just select the number”。
扩展截图
下载Easy Sender for WhatsApp™扩展crx文件
下载Easy Sender for WhatsApp™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Start a WhatsApp™ conversation just by selecting the phone number of destination, right-clicking it and selecting the extension option.
The name WhatsApp™, its logo and associated information are intelectual property of WhatsApp Inc. and this application is not officially related to the company. 扩展基本信息
| 名称 | |
| ID | ejiijcenbnglpkoehlganopoheochbon |
| 官方URL | https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon |
| 简介 | Send WhatsApp™ messages without having to add the contact, just select the number |
| 文件大小 | 26.11 KB |
| 安装次数 | 5,343 |
| 当前版本 | 1.2 |
| 更新时间 | 2022-10-24 |
| 上架时间 | 2020-05-28 |
| 评分 | 3.83/5 共6次评分 |
| 开发者 | Gabriel Esteves Messas |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html |
| 帮助页面URL | https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html |
| 支持的语言 | en,en-GB,en-US,es,es-419,pt-BR,pt-PT |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "1.2",
"default_locale": "en_US",
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"action": {
"default_icon": "Easy Sender.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"contextMenus",
"storage",
"scripting",
"activeTab"
],
"icons": {
"16": "Easy Sender.png",
"32": "Easy Sender.png",
"48": "Easy Sender.png",
"128": "Easy Sender.png"
}
} | |