Web Messages

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

什么是Web Messages?

Web Messages是由Productive apps开发的Chrome扩展程序,该扩展的主要功能是“Add enhancements to your WhatsApp Web and increase productivity using Web Sender”。

扩展截图

screenshot

下载Web Messages扩展crx文件

下载Web Messages扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Web Messages Web Messages
ID gmgeiaokjhgikcpdbckopoogacpcbcnb
官方URL https://chrome.google.com/webstore/detail/web-messages/gmgeiaokjhgikcpdbckopoogacpcbcnb
简介 Add enhancements to your WhatsApp Web and increase productivity using Web Sender
文件大小 315 KB
安装次数 4,110
当前版本 1.0.9
更新时间 2022-02-01
上架时间 2020-12-31
评分 3.38/5 共8次评分
开发者 Productive apps
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}