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 | dfplgogafoacmfggmofnbcliihmbjbah |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/empty-title/dfplgogafoacmfggmofnbcliihmbjbah |
| الوصف | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more |
| حجم الملف | 4.58 MB |
| عدد التثبيتات | 2,261 |
| النسخة الحالية | 1.3.24 |
| آخر تحديث | 2023-11-07 |
| تاريخ النشر | 2022-10-13 |
| تقييم | 1.33/5 مجموع تقييمات 3 |
| المطور | 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": "1.3.24",
"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": "SLTD WA Sender",
"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\/*"
]
}
]
} | |