Zapptales

With zapptales you can transform your favorite WhatsApp chat into a personalized printed book. This Chrome Extension will help you…

Was ist Zapptales?

Zapptales ist eine Chrome-Erweiterung, die von http://zapptales.com entwickelt wurde, und ihr Hauptmerkmal ist "With zapptales you can transform your favorite WhatsApp chat into a personalized printed book. This Chrome Extension will help you…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Zapptales-Erweiterungs-CRX-Datei herunterladen

Laden Sie Zapptales-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        With zapptales you can transform your favorite WhatsApp chat into a personalized printed book. This Chrome Extension will help you to upload the missing pictures to your zapptales book.                    

Grundlegende Informationen zur Erweiterung

Name Zapptales Zapptales
ID cjblfpnbnjacmdghkcllignifbbhmlcn
Offizielle URL https://chrome.google.com/webstore/detail/zapptales/cjblfpnbnjacmdghkcllignifbbhmlcn
Beschreibung With zapptales you can transform your favorite WhatsApp chat into a personalized printed book. This Chrome Extension will help you…
Dateigröße 122 KB
Installationsanzahl 187
Aktuelle Version 2.0
Letztes Update 2020-02-16
Veröffentlichungsdatum 2020-02-15
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://zapptales.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.zapptales.com
Hilfeseite URL https://www.zapptales.com/de/hilfe-und-kontakt/
URL der Datenschutzrichtlinien-Seite https://www.zapptales.com/de/datenschutzerklaerung
Unterstützte Sprachen de,en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zapptales",
    "version": "2.0",
    "permissions": [
        "tabs",
        "https:\/\/web.whatsapp.com\/*",
        "https:\/\/app.zapptales.com\/*"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js",
            "lib\/jquery-3.3.1.min.js",
            "lib\/chrono.min.js",
            "lib\/bluebird.min.js",
            "lib\/jquery.mask.min.js",
            "lib\/tinyemitter.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "lib\/jquery-3.3.1.min.js",
                "lib\/chrono.min.js",
                "lib\/bluebird.min.js",
                "lib\/jquery.mask.min.js",
                "lib\/tinyemitter.min.js",
                "src\/locale.js",
                "src\/helper.js",
                "src\/services\/image_uploader.js",
                "src\/services\/media_parser.js",
                "src\/services\/attachment_processor.js",
                "src\/ui\/chat_form.js",
                "src\/ui\/chat_progress.js",
                "src\/services\/api.js"
            ],
            "css": [
                "zapptales-chrome-extension.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/favicon.png",
            "32": "images\/favicon.png",
            "48": "images\/favicon.png",
            "128": "images\/favicon.png"
        }
    },
    "icons": {
        "16": "images\/favicon.png",
        "32": "images\/favicon.png",
        "48": "images\/favicon.png",
        "128": "images\/favicon.png"
    },
    "manifest_version": 2
}