Zapptales
With zapptales you can transform your favorite WhatsApp chat into a personalized printed book. This Chrome Extension will help you…
Hvad er Zapptales?
Zapptales er en Chrome-udvidelse udviklet af http://zapptales.com, og dens hovedfunktion er "With zapptales you can transform your favorite WhatsApp chat into a personalized printed book. This Chrome Extension will help you…".
Udvidelsesskærmbilleder
Download Zapptales-udvidelses-CRX-fil
Download Zapptales-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cjblfpnbnjacmdghkcllignifbbhmlcn |
| Officiel URL | https://chrome.google.com/webstore/detail/zapptales/cjblfpnbnjacmdghkcllignifbbhmlcn |
| Beskrivelse | With zapptales you can transform your favorite WhatsApp chat into a personalized printed book. This Chrome Extension will help you… |
| Filstørrelse | 122 KB |
| Antal Installationer | 187 |
| Nuværende Version | 2.0 |
| Senest Opdateret | 2020-02-16 |
| Udgivelsesdato | 2020-02-15 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | http://zapptales.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.zapptales.com |
| Hjælpeside-URL | https://www.zapptales.com/de/hilfe-und-kontakt/ |
| URL til Fortrolighedspolitik Side | https://www.zapptales.com/de/datenschutzerklaerung |
| Understøttede Sprog | 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
} | |