Web Messages

Add enhancements to your WhatsApp Web and increase productivity using Web Sender

Web Messages là gì?

Web Messages là một tiện ích mở rộng Chrome được phát triển bởi Productive apps, và tính năng chính của nó là "Add enhancements to your WhatsApp Web and increase productivity using Web Sender".

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

screenshot

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

Tải xuống các tệp mở rộng Web Messages 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

                        Using this extension, a user can send whatsapp messages to multiple contacts. Messeges can be customised to include custom fields like name, email, scores or any variable. User would be able to do the same by uploading excel sheet also which contains user's contact over which custom messeges needs to be sent.                    

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

Tên Web Messages Web Messages
ID gmgeiaokjhgikcpdbckopoogacpcbcnb
URL Chính Thức https://chrome.google.com/webstore/detail/web-messages/gmgeiaokjhgikcpdbckopoogacpcbcnb
Mô tả Add enhancements to your WhatsApp Web and increase productivity using Web Sender
Kích Thước Tệp 315 KB
Số Lần Cài Đặt 4,110
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2022-02-01
Ngày Phát Hành 2020-12-31
Đánh Giá 3.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Productive apps
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/image128.png",
        "default_popup": "popup.html",
        "default_title": "Web Messages"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Add enhancements to your WhatsApp Web and increase productivity using Web Sender",
    "icons": {
        "128": "images\/image128.png",
        "16": "images\/image16.png",
        "32": "images\/image32.png",
        "48": "images\/image48.png"
    },
    "manifest_version": 2,
    "name": "Web Messages",
    "permissions": [
        "notifications",
        "https:\/\/web.whatsapp.com\/*",
        "storage"
    ],
    "version": "1.0.9"
}