WASender Free Plugin
WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
ما هو WASender Free Plugin؟
WASender Free Plugin هو إضافة Chrome تم تطويرها بواسطة https://wasender.com، والميزة الرئيسية لها هي "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WASender Free Plugin
قم بتنزيل ملفات الامتداد WASender Free Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
WhatsApp Web on Steroids
Add missing features to WhatsApp web - Privacy, reactions, Smart auto replies
Supercharge your WhatsApp for business today
Engage with your customers on WhatsApp and grow your business
Export & sync your contacts lists and much more... معلومات أساسية عن التمديد
| الاسم | |
| ID | dnjnjakimfpdaahjpakjjbobnfbjnjmb |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/wasender-free-plugin/dnjnjakimfpdaahjpakjjbobnfbjnjmb |
| الوصف | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more |
| حجم الملف | 2.13 MB |
| عدد التثبيتات | 10,022 |
| النسخة الحالية | 1.0.21 |
| آخر تحديث | 2022-09-03 |
| تاريخ النشر | 2021-03-11 |
| تقييم | 4.17/5 مجموع تقييمات 30 |
| المطور | https://wasender.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://waplug.in/ |
| عنوان صفحة المساعدة | https://tawk.to/wapluginSupport |
| عنوان صفحة سياسة الخصوصية | https://wasender.com/privacy |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WASender Free Plugin",
"version": "1.0.21",
"description": "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more",
"background": {
"scripts": [
"backgroundmin.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/"
],
"js": [
"contentmin.js"
]
}
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "WASender"
},
"permissions": [
"storage"
],
"manifest_version": 2,
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"web_accessible_resources": [
"css\/lib.css",
"\/img\/*",
"flmin.js"
]
} | |