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 | 
| Eメール | [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\/*"
            ]
        }
    ]
}  |  |