Wafunnels - WhatsApp Contacts Extractor

Wafunnels WhatsApp Contacts Extractor, let’s you export all or unsaved contacts from chat lists, groups and labels to CSV file.

Wafunnels - WhatsApp Contacts Extractor란 무엇입니까?

Wafunnels - WhatsApp Contacts Extractor은(는) Wafunnels에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wafunnels WhatsApp Contacts Extractor, let’s you export all or unsaved contacts from chat lists, groups and labels to CSV file."입니다.

확장 프로그램 스크린샷

screenshot

Wafunnels - WhatsApp Contacts Extractor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Allowing you to save all your contacts in a single click. Bulk-save unknown WhatsApp numbers in seconds Instantly export thousands of contacts Organize your business contacts, hassle-free                    

확장 프로그램 기본 정보

이름 Wafunnels - WhatsApp Contacts Extractor Wafunnels - WhatsApp Contacts Extractor
ID ekoonccgnbcafhcbomhgghdcgoigjdde
공식 URL https://chromewebstore.google.com/detail/wafunnels-whatsapp-contac/ekoonccgnbcafhcbomhgghdcgoigjdde
설명 Wafunnels WhatsApp Contacts Extractor, let’s you export all or unsaved contacts from chat lists, groups and labels to CSV file.
파일 크기 1.36 MB
설치 횟수 44
현재 버전 0.0.0.4
최근 업데이트 2023-09-05
출시 날짜 2023-08-06
평점 5.00/5 총 2 개의 평점
개발자 Wafunnels
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://whatsapp.wafunnels.com/
개인정보 보호 정책 페이지 URL https://whatsapp.wafunnels.com/privacy
지원되는 언어 en
manifest.json
{
    "background": {
        "service_worker": "assets\/js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "assets\/images\/[email protected]",
        "default_popup": "popup.html",
        "default_title": "WAFUNNELS"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/xlsx.full.min.js",
                "assets\/js\/filesaver.min.js",
                "assets\/js\/content_script.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "description": "Wafunnels WhatsApp Contacts Extractor, let\u2019s you export all or unsaved contacts from chat lists, groups and labels to CSV file.",
    "externally_connectable": {
        "matches": [
            "*:\/\/web.whatsapp.com\/"
        ]
    },
    "homepage_url": "https:\/\/whatsapp.wafunnels.com\/",
    "icons": {
        "128": "assets\/images\/[email protected]",
        "16": "assets\/images\/[email protected]",
        "48": "assets\/images\/[email protected]"
    },
    "manifest_version": 3,
    "name": "Wafunnels - WhatsApp Contacts Extractor",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "WAFUNNELS",
    "version": "0.0.0.4",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/client.js",
                "assets\/js\/libphonenumber-max.js",
                "assets\/video\/green-spinner.mp4",
                "assets\/js\/xlsx.full.min.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        },
        {
            "resources": [
                "assets\/videos\/green-spinner.mp4",
                "assets\/videos\/loading-animation.mp4"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        },
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}