SLTD WA Sender
WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
什么是SLTD WA Sender?
SLTD WA Sender是由So Lets Talk Digital开发的Chrome扩展程序,该扩展的主要功能是“WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more”。
扩展截图
下载SLTD WA Sender扩展crx文件
下载SLTD WA Sender扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                                             扩展基本信息
| 名称 |   |  
| ID | gmcihcjojmjkmgbfndodiafhhgeakdea | 
| 官方URL | https://chromewebstore.google.com/detail/empty-title/gmcihcjojmjkmgbfndodiafhhgeakdea | 
| 简介 | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more | 
| 文件大小 | 4.58 MB | 
| 安装次数 | 233 | 
| 当前版本 | 2.0.32 | 
| 更新时间 | 2023-09-07 | 
| 上架时间 | 2022-10-19 | 
| 开发者 | So Lets Talk Digital | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://soletstalkapp.com/ | 
| 帮助页面URL | https://soletstalkapp.com/contact | 
| 隐私政策页面URL | https://soletstalkapp.com/privacy | 
| 支持的语言 | |
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SLTD WA Sender",
    "version": "2.0.32",
    "description": "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "contentmin.js"
            ]
        }
    ],
    "action": {
        "default_title": "WASender",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/lib.css",
                "\/img\/*",
                "flmin.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}  |  |