Statfluence
Instantly export and save contacts, unknown numbers, and other data from WhatsApp chats and groups
ما هو Statfluence؟
Statfluence هو إضافة Chrome تم تطويرها بواسطة https://statfluence.com، والميزة الرئيسية لها هي "Instantly export and save contacts, unknown numbers, and other data from WhatsApp chats and groups".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Statfluence
قم بتنزيل ملفات الامتداد Statfluence بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Contact Saver for WhatsApp
Statfluence set out to resolve recurring issues faced by WhatsApp users, “How to export and save WhatsApp contacts easily?”
With Statfluence’s Chrome extension, individuals have a solution. Instantly export and save contacts, and unknown numbers, from WhatsApp chats and groups.
WHAT’S NEW (Version 2.0)
Saving WhatsApp contacts got simpler! Pair Contact Saver with the Statfluence mobile app to sync and save contacts — no exporting required.
EXTENSION FEATURES
✅ Bulk-save unknown WhatsApp numbers
Contact Saver enables you to save all previously unsaved contacts in one click, saving you hours of manual work and enabling previously unsaved contacts to view your status.
➡️ Export thousands of contacts, instantly
Contact Saver quickly exports (even unsaved!) numbers to a spreadsheet, so you can see and analyze all your contacts in one place. It’ll also match names to phone numbers if individuals have included it in their profiles.
📲Numerous options for bulk exporting of WhatsApp contacts:
- Export contacts from all WhatsApp chats and groups
- Export saved WhatsApp contacts only
- Export unsaved WhatsApp contacts only
- Export contacts from a specific WhatsApp group
🗨 Chat with any WhatsApp registered number
Statfluence allows you to immediately chat with someone without having to add their number to your contacts.
📞 Get 24/7 customer support whenever you need it
Our team is available 24/7 by WhatsApp to answer any questions you have or troubleshoot any issues. Our average response time is less than 3 minutes.
Questions? Reach out: wa.me/16507312588
PRIVACY NOTICE
We never track, store, or sell your personal data.
PRICING
Monthly
1 phone number - $9.99/month
2 phone numbers - $17.98/month
3 phone numbers - $23.97/month
4 phone numbers - $27.96/month
Annually – save 20%!
1 phone number - $99.99 BILLED YEARLY
2 phone numbers - $179.98 BILLED YEARLY
3 phone numbers - $239.97 BILLED YEARLY
4 phone numbers - $279.96 BILLED YEARLY
Disclaimer
WhatsApp is a trademark of WhatsApp Inc. This Chrome Extension is an independent product developed by Statfluence LLC and has no relationship to WhatsApp Inc. معلومات أساسية عن التمديد
| الاسم | |
| ID | cepkinnfkjeohkfopgdbpijlpmpepmfh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/statfluence/cepkinnfkjeohkfopgdbpijlpmpepmfh |
| الوصف | Instantly export and save contacts, unknown numbers, and other data from WhatsApp chats and groups |
| حجم الملف | 535 KB |
| عدد التثبيتات | 25,916 |
| النسخة الحالية | 2.14.3 |
| آخر تحديث | 2024-01-02 |
| تاريخ النشر | 2020-06-17 |
| تقييم | 3.78/5 مجموع تقييمات 180 |
| المطور | https://statfluence.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | in_app |
| موقع الإضافة | https://statfluence.com/ |
| عنوان صفحة المساعدة | https://statfluence.com/#contact |
| عنوان صفحة سياسة الخصوصية | https://statfluence.com/privacy-policy |
| اللغات المدعومة | en,fr,tr,es,hi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "2.14.3",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"background": {
"service_worker": "worker.bundle.js"
},
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"*:\/\/web.whatsapp.com\/*"
],
"offline_enabled": false,
"action": {
"default_icon": {
"16": "icon16.png",
"32": "icon32.png"
}
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"content-script.bundle.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"*.png",
"*.svg",
"statfluence-extension-script.bundle.js",
"_locales\/*\/i18n.json"
],
"matches": [
"*:\/\/web.whatsapp.com\/*"
]
},
{
"resources": [
"icon16.png"
],
"matches": [
"*:\/\/statfluence.com\/*"
]
}
]
} | |