SLTD WA Sender
WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
ما هو SLTD WA Sender؟
SLTD WA Sender هو إضافة Chrome تم تطويرها بواسطة So Lets Talk Digital، والميزة الرئيسية لها هي "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SLTD WA Sender
قم بتنزيل ملفات الامتداد SLTD WA Sender بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                                             معلومات أساسية عن التمديد
| الاسم |   |  
| ID | gmcihcjojmjkmgbfndodiafhhgeakdea | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/empty-title/gmcihcjojmjkmgbfndodiafhhgeakdea | 
| الوصف | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more | 
| حجم الملف | 4.58 MB | 
| عدد التثبيتات | 233 | 
| النسخة الحالية | 2.0.32 | 
| آخر تحديث | 2023-09-07 | 
| تاريخ النشر | 2022-10-19 | 
| المطور | So Lets Talk Digital | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| موقع الإضافة | https://soletstalkapp.com/ | 
| عنوان صفحة المساعدة | https://soletstalkapp.com/contact | 
| عنوان صفحة سياسة الخصوصية | https://soletstalkapp.com/privacy | 
| اللغات المدعومة | |
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SLTD WA Sender",
    "version": "2.0.32",
    "description": "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "contentmin.js"
            ]
        }
    ],
    "action": {
        "default_title": "WASender",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/lib.css",
                "\/img\/*",
                "flmin.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}  |  |