Bulk Messaging
Bulk Messaging
什么是Bulk Messaging?
Bulk Messaging是由easy extrax开发的Chrome扩展程序,该扩展的主要功能是“Bulk Messaging”。
扩展截图
下载Bulk Messaging扩展crx文件
下载Bulk Messaging扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Send Messages in Bulk, Send On Unknown numbers. 扩展基本信息
| 名称 | |
| ID | kjicjdjbccbaecaginoepafnmodfndli |
| 官方URL | https://chromewebstore.google.com/detail/bulk-messaging/kjicjdjbccbaecaginoepafnmodfndli |
| 简介 | Bulk Messaging |
| 文件大小 | 881 KB |
| 安装次数 | 384 |
| 当前版本 | 1.8 |
| 更新时间 | 2022-11-06 |
| 上架时间 | 2021-02-09 |
| 开发者 | easy extrax |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://scrapers.in/privacy-policy-2 |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Bulk Messaging",
"description": "Bulk Messaging",
"version": "1.8",
"permissions": [
"tabs",
"storage",
"downloads",
"notifications"
],
"host_permissions": [
"*:\/\/goyral.com\/*"
],
"action": {
"default_icon": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"default_title": "Bulk Messaging"
},
"icons": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
],
"background": {
"service_worker": "worker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"css": [
"css\/bootstrap.min.css",
"css\/intlTelInput.css",
"css\/content.css"
],
"js": [
"js\/jquery.js",
"js\/bootstrap.min.js",
"js\/intlTelInput.js",
"js\/content.js"
],
"run_at": "document_end"
}
]
} | |