Zapptales

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

Wat is Zapptales?

Zapptales is een Chrome-extensie ontwikkeld door http://zapptales.com, en de belangrijkste functie is "With zapptales you can transform your favorite WhatsApp chat into a personalized printed book. This Chrome Extension will help you…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Zapptales

Download Zapptales-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Zapptales Zapptales
ID cjblfpnbnjacmdghkcllignifbbhmlcn
Officiële URL https://chrome.google.com/webstore/detail/zapptales/cjblfpnbnjacmdghkcllignifbbhmlcn
Beschrijving With zapptales you can transform your favorite WhatsApp chat into a personalized printed book. This Chrome Extension will help you…
Bestandsgrootte 122 KB
Aantal Installaties 187
Huidige Versie 2.0
Laatst Bijgewerkt 2020-02-16
Publicatiedatum 2020-02-15
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar http://zapptales.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.zapptales.com
Help Pagina-URL https://www.zapptales.com/de/hilfe-und-kontakt/
URL van de Privacybeleid Pagina https://www.zapptales.com/de/datenschutzerklaerung
Ondersteunde Talen 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
}