C WhatsExtractor
Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...
Qu'est-ce que C WhatsExtractor ?
C WhatsExtractor est une extension Chrome développée par codeyon.com, et sa fonction principale est "Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension C WhatsExtractor
Téléchargez les fichiers d'extension C WhatsExtractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
C WhatsExtract is Chrome Extension which allows you to export WhstApp group Contact as CSV file which is absolutely Free. Informations de Base sur l'Extension
| Nom | |
| ID | eelblfimbpgpdckjlpknbhclfhdhkmpb |
| URL Officiel | https://chromewebstore.google.com/detail/c-whatsextractor/eelblfimbpgpdckjlpknbhclfhdhkmpb |
| Description | Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ... |
| Taille du Fichier | 172 KB |
| Nombre d'Installations | 2,023 |
| Version Actuelle | 2.0.1 |
| Dernière Mise à Jour | 2020-12-17 |
| Date de Publication | 2020-12-17 |
| Évaluation | 1.40/5 Total 10 Évaluations |
| Développeur | codeyon.com |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | https://codeyon.com/c-whatsextract/ |
| URL de la Page d'Aide | https://codeyon.com/c-whatsextract/ |
| URL de la Page de Politique de Confidentialité | https://codeyon.com/privacy-policy |
| Langues Prises en Charge | en |
| manifest.json | |
{
"background": {
"scripts": [
"config.js",
"jquery.min.js",
"bg.js"
]
},
"browser_action": {
"default_icon": "imgs\/128.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"jquery.min.js",
"js.js"
],
"matches": [
"https:\/\/web.whatsapp.com\/*",
"http:\/\/web.whatsapp.com\/*"
]
}
],
"icons": {
"16": "imgs\/16.png",
"32": "imgs\/32.png",
"128": "imgs\/128.png"
},
"description": "Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...",
"manifest_version": 2,
"name": "C WhatsExtractor",
"permissions": [],
"short_name": "Whatsapp Extractor",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.0.1",
"web_accessible_resources": [
"\/scripts\/*"
]
} | |