Ultimate WhatsSender

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

Ultimate WhatsSender là gì?

Ultimate WhatsSender là một tiện ích mở rộng Chrome được phát triển bởi https://kolors4u.com, và tính năng chính của nó là "Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Ultimate WhatsSender

Tải xuống các tệp mở rộng Ultimate WhatsSender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ultimate WhatsSender Ultimate WhatsSender
ID oelfjickfdbefinaaiihmllllpcojkfa
URL Chính Thức https://chromewebstore.google.com/detail/ultimate-whatssender/oelfjickfdbefinaaiihmllllpcojkfa
Mô tả Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.
Kích Thước Tệp 887 KB
Số Lần Cài Đặt 1,892
Phiên Bản Hiện Tại 2020.08.01.1
Cập Nhật Lần Cuối 2020-08-21
Ngày Phát Hành 2020-08-17
Đánh Giá 4.70/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://kolors4u.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kolors4u.com/
URL Trang Trợ Giúp https://conveys.in/
URL Trang Chính Sách Bảo Mật https://conveys.in/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}