Guatemala.com

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

What is Guatemala.com?

Guatemala.com is a Chrome extension developed by http://guatemala.com, and its main feature is "Guatemala.com, la mejor opción para conocer más acerca del país.".

Extension Screenshots

screenshot

Download Guatemala.com Extension CRX File

Download Guatemala.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Guatemala.com Guatemala.com
ID ameolakdaaolokhleacodailflichljn
Official URL https://chrome.google.com/webstore/detail/guatemalacom/ameolakdaaolokhleacodailflichljn
Description Guatemala.com, la mejor opción para conocer más acerca del país.
File Size 172 KB
Installation Count 23
Current Version 1.0.1
Last Updated 2018-06-26
Publish Date 2018-06-26
Rating 5.00/5 Total 2 Ratings
Developer http://guatemala.com
Payment Type free
Privacy Policy Page URL https://www.guatemala.com/privacy-policy
Supported Languages 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"
    ]
}