Web Messages

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

Apa itu Web Messages?

Web Messages adalah ekstensi Chrome yang dikembangkan oleh Productive apps, dan fitur utamanya adalah "Add enhancements to your WhatsApp Web and increase productivity using Web Sender".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Web Messages

Unduh file ekstensi Web Messages dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Web Messages Web Messages
ID gmgeiaokjhgikcpdbckopoogacpcbcnb
URL Resmi https://chrome.google.com/webstore/detail/web-messages/gmgeiaokjhgikcpdbckopoogacpcbcnb
Deskripsi Add enhancements to your WhatsApp Web and increase productivity using Web Sender
Ukuran File 315 KB
Jumlah Instalasi 4,110
Versi Saat Ini 1.0.9
Terakhir Diperbarui 2022-02-01
Tanggal Publikasi 2020-12-31
Penilaian 3.38/5 Total 8 Penilaian
Pengembang Productive apps
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}