Easy Sender for WhatsApp™

Send WhatsApp™ messages without having to add the contact, just select the number

ما هو Easy Sender for WhatsApp™؟

Easy Sender for WhatsApp™ هو إضافة Chrome تم تطويرها بواسطة Gabriel Esteves Messas، والميزة الرئيسية لها هي "Send WhatsApp™ messages without having to add the contact, just select the number".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Easy Sender for WhatsApp™

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

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

                        Start a WhatsApp™ conversation just by selecting the phone number of destination, right-clicking it and selecting the extension option.

The name WhatsApp™, its logo and associated information are intelectual property of WhatsApp Inc. and this application is not officially related to the company.                    

معلومات أساسية عن التمديد

الاسم Easy Sender for WhatsApp™ Easy Sender for WhatsApp™
ID ejiijcenbnglpkoehlganopoheochbon
عنوان URL الرسمي https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon
الوصف Send WhatsApp™ messages without having to add the contact, just select the number
حجم الملف 26.11 KB
عدد التثبيتات 5,343
النسخة الحالية 1.2
آخر تحديث 2022-10-24
تاريخ النشر 2020-05-28
تقييم 3.83/5 مجموع تقييمات 6
المطور Gabriel Esteves Messas
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
عنوان صفحة المساعدة https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
اللغات المدعومة en,en-GB,en-US,es,es-419,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.2",
    "default_locale": "en_US",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": {
        "default_icon": "Easy Sender.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "activeTab"
    ],
    "icons": {
        "16": "Easy Sender.png",
        "32": "Easy Sender.png",
        "48": "Easy Sender.png",
        "128": "Easy Sender.png"
    }
}