WAP Sender
Send single or bulk messages without saving numbers.
什麼是WAP Sender?
WAP Sender是由The Digitalify開發的Chrome擴展程式,該擴展的主要功能是“Send single or bulk messages without saving numbers.”。
擴展截圖
下載WAP Sender擴展crx文件
下載WAP Sender擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Helps to generate the business lead. 擴展基本資訊
| 名稱 | |
| ID | gnnbicblnglgjplblalhlhoieedcpkph |
| 官方網址 | https://chromewebstore.google.com/detail/wap-sender/gnnbicblnglgjplblalhlhoieedcpkph |
| 簡介 | Send single or bulk messages without saving numbers. |
| 檔案大小 | 794 KB |
| 安裝次數 | 4,701 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2020-11-28 |
| 上架時間 | 2020-11-27 |
| 評分 | 2.33/5 共 3 次評分 |
| 開發者 | The Digitalify |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://thedigitalify.com/ |
| 說明頁面URL | https://thedigitalify.com/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WAP Sender",
"version": "1.0.0",
"description": "Send single or bulk messages without saving numbers.",
"background": {
"scripts": [
"backgroundmin.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"contentmin.js"
]
}
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "WAP Sender"
},
"permissions": [
"storage"
],
"manifest_version": 2,
"icons": {
"48": "img\/icon48.png",
"128": "img\/icon128.png"
}
} | |