WAPI Extractor 3.2.1
Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file.
什麼是WAPI Extractor 3.2.1?
WAPI Extractor 3.2.1是由https://wapi7.com開發的Chrome擴展程式,該擴展的主要功能是“Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file.”。
擴展截圖
下載WAPI Extractor 3.2.1擴展crx文件
下載WAPI Extractor 3.2.1擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
WhatsApp Contacts Extractor is a chrome extension that allows you in a single click to download all numbers include name (if available) from your WhatsApp accounts and save it in an excel sheet (.csv file) and .txt.
With this extension, you save a lot of your time and easy to follow up. Don’t miss any numbers from your potential customers and increase your sales now! \\
Features
-- Save all numbers from Groups list
-- One click to download contacts (Name and Number)
-- Excel sheet (.csv) file
-- Save all numbers from Contacts list
-- Save all numbers from Chats list (NEW)
-- See numbers before exporting
-- Easy install and newbie friendly
How to use it
Go to Web.whtasapp.com, the WhatsApp web page will open.
LEGAL
WhatsApp is a trademark of WhatsApp Inc. , registered in the U.S. and other countries. This Chrome extension is not endorsed or certified by WhatsApp Inc. This is an unofficial enhancement for WhatsApp Web...
https://www.wapi7.com/terms 擴展基本資訊
| 名稱 | |
| ID | kmomlckcblmamhflodcbkinelhahalmo |
| 官方網址 | https://chromewebstore.google.com/detail/wapi-extractor-321/kmomlckcblmamhflodcbkinelhahalmo |
| 簡介 | Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file. |
| 檔案大小 | 71.29 KB |
| 安裝次數 | 7,000 |
| 目前版本 | 3.2.1 |
| 更新時間 | 2024-02-04 |
| 上架時間 | 2022-10-21 |
| 評分 | 4.20/5 共 5 次評分 |
| 開發者 | https://wapi7.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.wapi7.com/ |
| 說明頁面URL | https://wa.me/59171165765 |
| 隱私政策頁面URL | https://www.wapi7.com/terms |
| 支援的語言 | en-US |
| manifest.json | |
{
"background": {
"service_worker": "\/js\/background.js"
},
"action": {
"default_icon": "\/image\/[email protected]",
"default_popup": "popup.html",
"default_title": "WAPI Extracto 3.2.1r"
},
"content_scripts": [
{
"js": [
"\/js\/content_script.js"
],
"matches": [
"*:\/\/web.whatsapp.com\/"
]
}
],
"description": "Export all or unsaved contacts from WhatsApp\u2122 groups, chatlist and labels to CSV file.",
"externally_connectable": {
"matches": [
"*:\/\/web.whatsapp.com\/"
]
},
"homepage_url": "https:\/\/codecanyon.net\/item\/whatextractor-whatsapp-contacts-extractor\/25998754",
"icons": {
"128": "\/image\/[email protected]",
"16": "\/image\/[email protected]",
"32": "\/image\/[email protected]"
},
"manifest_version": 3,
"name": "WAPI Extractor 3.2.1",
"host_permissions": [
"*:\/\/api.gumroad.com\/*"
],
"permissions": [
"activeTab",
"storage"
],
"short_name": "WAPI Extractor",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.2.1",
"web_accessible_resources": [
{
"resources": [
"\/js\/client.js",
"popup.html",
"\/image\/qrcode.png",
"\/image\/profile-pic.jpg",
"\/video\/loading-animation.mp4",
"\/video\/green-spinner.mp4"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
]
} | |