Download Zap

Extension to organize data from Whatsapp groups, making it easier to extract them in Excel.

Τι είναι το Download Zap;

Το Download Zap είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sistema RAM, και η κύρια λειτουργία του είναι "Extension to organize data from Whatsapp groups, making it easier to extract them in Excel.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Download Zap

Λήψη αρχείων επέκτασης Download Zap σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Tired of having to rely on improvised and laborious methods of downloading contacts?

We understand your situation and are here to make your life EASIER, FREE of charge.

Download Zap allows you to download contacts from WhatsApp Web groups. The tool brings the phone numbers organized and formatted without special characters and separated by country and area code in an excel spreadsheet.

The tool is constantly UPDATED with improvements and news, all to make your day to day life much EASIER.

It's all practical and simple to use!

It is worth mentioning that we do not have access to ANY information from your Whatsapp account. You DO NOT need to provide your number at any moment. We respect all of the privacy policies.

Our mission is to make your day to day life much more practical and productive. Download now for FREE!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Download Zap Download Zap
ID mjpfkkpphabkgcladejldfgnmpjlbgmh
Επίσημο URL https://chromewebstore.google.com/detail/download-zap/mjpfkkpphabkgcladejldfgnmpjlbgmh
Περιγραφή Extension to organize data from Whatsapp groups, making it easier to extract them in Excel.
Μέγεθος Αρχείου 483 KB
Αριθμός Εγκαταστάσεων 104
Τρέχουσα Έκδοση 1.7
Τελευταία Ενημέρωση 2023-11-23
Ημερομηνία Δημοσίευσης 2022-12-03
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Sistema RAM
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://www.ramsolution.com.br/PrivacyPolicy.pdf
Υποστηριζόμενες Γλώσσες en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_nameExt__",
    "description": "__MSG_descExt__",
    "default_locale": "pt_BR",
    "version": "1.7",
    "background": {
        "service_worker": "\/src\/js\/app\/background.js"
    },
    "icons": {
        "16": "\/src\/images\/icons\/16x16.png",
        "48": "\/src\/images\/icons\/48x48.png",
        "128": "\/src\/images\/icons\/128x128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*.web.whatsapp.com\/*",
                "http:\/\/*.web.whatsapp.com\/*"
            ],
            "css": [
                "\/styles\/styles.css",
                "\/styles\/sweetalert.css"
            ],
            "js": [
                "\/src\/js\/libs\/jquery-3.5.1.min.js",
                "\/src\/js\/libs\/sweetalert2.js",
                "\/src\/js\/services\/zapAPI.js",
                "\/src\/js\/renders\/render.js",
                "\/src\/js\/app\/index.js",
                "\/src\/js\/configs\/index.js",
                "\/script.js",
                "\/popup\/scriptpopup.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": "\/src\/images\/icons\/icone.png",
        "default_title": "Zap PRO",
        "default_popup": "index.html"
    },
    "host_permissions": [
        "https:\/\/*.web.whatsapp.com\/*",
        "http:\/\/*.web.whatsapp.com\/*"
    ],
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/style.css",
                "src\/js\/services\/inject.js",
                "script.js",
                "\/popup\/scriptpopup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/code.jquery.com\/jquery-3.1.1.min.js;"
    }
}