Web Messages

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

ما هو Web Messages؟

Web Messages هو إضافة Chrome تم تطويرها بواسطة Productive apps، والميزة الرئيسية لها هي "Add enhancements to your WhatsApp Web and increase productivity using Web Sender".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Web Messages

قم بتنزيل ملفات الامتداد Web Messages بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}