Ultimate WhatsSender

Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.

什麼是Ultimate WhatsSender?

Ultimate WhatsSender是由https://kolors4u.com開發的Chrome擴展程式,該擴展的主要功能是“Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.”。

擴展截圖

下載Ultimate WhatsSender擴展crx文件

下載Ultimate WhatsSender擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Send Bulk WhatsApp Messages to Any Contacts .

WhatsApp Accessibility and Automation Tool. 

Key Features

- Import numbers from CSV
- Enter numbers In text box
- Send Messages to selected numbers.
- Send Attachment with caption.
- Support {name} variable, so you can use dynamic values. Such as customer name
- Check Status of sent messages.
- Name customization in Message
- Send image, video, audio, file attachments

Disclaimer:
This Chrome plugin is not endorsed or certified WhatsApp Inc.
This is an unofficial enhancement tool for WhatsApp Web.                    

擴展基本資訊

名稱 Ultimate WhatsSender Ultimate WhatsSender
ID oelfjickfdbefinaaiihmllllpcojkfa
官方網址 https://chromewebstore.google.com/detail/ultimate-whatssender/oelfjickfdbefinaaiihmllllpcojkfa
簡介 Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.
檔案大小 887 KB
安裝次數 1,892
目前版本 2020.08.01.1
更新時間 2020-08-21
上架時間 2020-08-17
評分 4.70/5 共 10 次評分
開發者 https://kolors4u.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://kolors4u.com/
說明頁面URL https://conveys.in/
隱私政策頁面URL https://conveys.in/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Devendra Sharma",
    "name": "Ultimate WhatsSender",
    "short_name": "Ultimate WhatsSender",
    "version": "2020.08.01.1",
    "description": "Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.",
    "icons": {
        "128": "\/assets\/icons\/icon128.png",
        "16": "\/assets\/icons\/icon16.png",
        "48": "\/assets\/icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/icons\/icon16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/src\/main\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "\/src\/lib\/jquery.js",
                "\/src\/lib\/inside.js",
                "\/assets\/script\/bootstrap.min.js",
                "\/assets\/script\/material.min.js",
                "\/src\/lib\/popup.js"
            ],
            "css": [
                "\/assets\/style\/material.min.css",
                "\/assets\/style\/font-awesome\/css\/font-awesome.css",
                "\/assets\/style\/fonts\/roboto.font.css",
                "\/assets\/style\/bootstrap.min.css",
                "\/assets\/style\/popup.css"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.whatsapp.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "src\/*",
        "assets\/*"
    ]
}