Guatemala.com

Guatemala.com, la mejor opción para conocer más acerca del país.

Was ist Guatemala.com?

Guatemala.com ist eine Chrome-Erweiterung, die von http://guatemala.com entwickelt wurde, und ihr Hauptmerkmal ist "Guatemala.com, la mejor opción para conocer más acerca del país.".

Erweiterungsscreenshots

screenshot

Guatemala.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie Guatemala.com-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

                        Encuentra cada día notas de actualidad, logros deportivos, lugares por explorar, eventos para asistir, un directorio comercial y mucho por aprender en Guatemala.com.                    

Grundlegende Informationen zur Erweiterung

Name Guatemala.com Guatemala.com
ID ameolakdaaolokhleacodailflichljn
Offizielle URL https://chrome.google.com/webstore/detail/guatemalacom/ameolakdaaolokhleacodailflichljn
Beschreibung Guatemala.com, la mejor opción para conocer más acerca del país.
Dateigröße 172 KB
Installationsanzahl 23
Aktuelle Version 1.0.1
Letztes Update 2018-06-26
Veröffentlichungsdatum 2018-06-26
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler http://guatemala.com
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.guatemala.com/privacy-policy
Unterstützte Sprachen es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Guatemala.com",
    "short_name": "Guatemala.com",
    "description": "Guatemala.com, la mejor opci\u00f3n para conocer m\u00e1s acerca del pa\u00eds.",
    "version": "1.0.1",
    "author": "guatemala.com",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "icons\/guatemala-icon-16.png",
            "32": "icons\/guatemala-icon-32.png",
            "48": "icons\/guatemala-icon-48.png",
            "128": "icons\/guatemala-icon-128.png"
        },
        "default_title": "Guatemala.com NewsFeed",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/guatemala-icon-16.png",
        "32": "icons\/guatemala-icon-32.png",
        "48": "icons\/guatemala-icon-48.png",
        "128": "icons\/guatemala-icon-128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "global.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "activeTab",
        "declarativeContent",
        "storage"
    ]
}