WA Bulk Sender

chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to…

WA Bulk Senderとは何ですか?

WA Bulk SenderはItizeによって開発されたChromeの拡張機能で、その主な機能は「chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to…」です。

拡張機能のスクリーンショット

screenshot

WA Bulk Sender拡張機能のCRXファイルをダウンロード

WA Bulk Sender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to interact with digital devices as if they were communicating with a real person.                    

拡張機能の基本情報

名前 WA Bulk Sender WA Bulk Sender
ID ahageimhbdmjebepjhknaneajbpmflfm
公式URL https://chromewebstore.google.com/detail/wa-bulk-sender/ahageimhbdmjebepjhknaneajbpmflfm
説明 chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to…
ファイルサイズ 4.6 MB
インストール数 126
現在のバージョン 4.3.3
最終更新日 2024-01-08
公開日 2022-05-10
評価 1.00/5 合計 1 レビュー
開発者 Itize
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html",
        "default_title": "WA Bulk Sender"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentmin.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 3,
    "name": "WA Bulk Sender",
    "permissions": [
        "storage",
        "https:\/\/hsdigitalsolution.in\/extractor\/api\/waa_api.php"
    ],
    "version": "4.3.3",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "thx.html",
                "css\/lib.css",
                "\/img\/*",
                "flmin.js"
            ]
        }
    ]
}