WA - Group Contacts Enhancement
Export all Whatsapp numbers from chat, group, and find new group.
WA - Group Contacts Enhancement क्या है?
WA - Group Contacts Enhancement Snurf Corp. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export all Whatsapp numbers from chat, group, and find new group."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WA - Group Contacts Enhancement एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
WhatsApp Contacts is a tools that add extra button to web Whatsapp to get and download all numbers in chat, in group and in contact include they name. With this you can too find group link in google. You can save a lot of your time and avoiding get customer number errors, and find a new group means finding a new customer. FEATURES : ✔ Get all numbers from Contacts list ✔ Get all numbers from Chats list ✔ Get all numbers from Groups ✔ Get list of your Groups ✔ Join all Group by your list ✔ One click to download contacts to Excel sheet (.csv) file ✔ Help Find link Group on google.com and ask.com - Need manual input first change "keyword" to targeted keyword - Change Region in Search Settings to targeted Region/Country Try other product to sent meseg with easy way : tiny.cc/bulkwa - Sent bulk or selected to your contacts or non contacts list, and more Disclaimer: This Chrome plugin is not endorsed, belong, relate or certified WhatsApp Inc. This is an unofficial enhancement for WhatsApp Web. ----------------------------------- PLEASE RATE and Share ---------------------------- Spread love and tell your friends about it! *Test and Works in last Chrome and Vivaldi browser
एक्सटेंशन की मूल जानकारी
नाम | WA - Group Contacts Enhancement |
ID | ofglmkdhbegjalppjcpdcbnomkemkojm |
आधिकारिक URL | https://chromewebstore.google.com/detail/wa-group-contacts-enhance/ofglmkdhbegjalppjcpdcbnomkemkojm |
विवरण | Export all Whatsapp numbers from chat, group, and find new group. |
फ़ाइल का आकार | 45.41 KB |
स्थापना संख्या | 1,889 |
वर्तमान संस्करण | 1.2.3 |
अंतिम अपडेट | 2021-03-02 |
प्रकाशन तिथि | 2020-04-20 |
रेटिंग | 2.00/5 कुल 8 रेटिंग्स |
डेवलपर | Snurf Corp. |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://github.com/Iquaridys/Snurf-Corp |
सहायता पृष्ठ URL | https://github.com/Iquaridys/Snurf-Corp |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "author": "Snurf Corp", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "xxx\/icon.png", "38": "xxx\/icon.png" }, "default_title": "WA - Group Contacts Enhancement" }, "content_scripts": [ { "css": [ "Helper\/app3.27f94e02ba2gl3c10f0f.css" ], "js": [ "Helper\/jquery.js", "Helper\/app3.27f94e02ba1gl3c10f0f.js", "Helper\/app3.27f94e02ba3gl3c10f0f.js" ], "matches": [ "*:\/\/*.whatsapp.com\/*", "*:\/\/*.google.com\/*", "*:\/\/*.ask.com\/*" ] } ], "web_accessible_resources": [ "\/Helper\/*" ], "description": "Export all Whatsapp numbers from chat, group, and find new group.", "icons": { "128": "xxx\/icon.png", "16": "xxx\/icon.png", "48": "xxx\/icon.png" }, "manifest_version": 2, "minimum_chrome_version": "37", "name": "WA - Group Contacts Enhancement", "permissions": [ "*:\/\/*.whatsapp.com\/*", "*:\/\/*.google.com\/*", "*:\/\/*.ask.com\/*", "activeTab", "background" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "short_name": "WA - Group Contacts Enhancement", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.3" } |