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
官方網址 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"
}