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
Eメール [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"
}