Guatemala.com

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

Guatemala.com란 무엇입니까?

Guatemala.com은(는) http://guatemala.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Guatemala.com, la mejor opción para conocer más acerca del país."입니다.

확장 프로그램 스크린샷

screenshot

Guatemala.com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Guatemala.com Guatemala.com
ID ameolakdaaolokhleacodailflichljn
공식 URL https://chrome.google.com/webstore/detail/guatemalacom/ameolakdaaolokhleacodailflichljn
설명 Guatemala.com, la mejor opción para conocer más acerca del país.
파일 크기 172 KB
설치 횟수 23
현재 버전 1.0.1
최근 업데이트 2018-06-26
출시 날짜 2018-06-26
평점 5.00/5 총 2 개의 평점
개발자 http://guatemala.com
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.guatemala.com/privacy-policy
지원되는 언어 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"
    ]
}