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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}