Omnitracs Fix Google Maps

Arregla el problema de que no se pueden visualizar los mapas en el AEF cuando se tiene configurado el navegador en español.

Omnitracs Fix Google Maps란 무엇입니까?

Omnitracs Fix Google Maps은(는) Manuel Ortiz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Arregla el problema de que no se pueden visualizar los mapas en el AEF cuando se tiene configurado el navegador en español."입니다.

확장 프로그램 스크린샷

screenshot

Omnitracs Fix Google Maps 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Permite visualizar los mapas de Google en la versión 2, dentro de la aplicación AEF,  sin la necesidad de cambiar la configuración del navegador al idioma inglés                    

확장 프로그램 기본 정보

이름 Omnitracs Fix Google Maps Omnitracs Fix Google Maps
ID ncgedhfheghkhagfbnnbalkpiajhmofn
공식 URL https://chromewebstore.google.com/detail/omnitracs-fix-google-maps/ncgedhfheghkhagfbnnbalkpiajhmofn
설명 Arregla el problema de que no se pueden visualizar los mapas en el AEF cuando se tiene configurado el navegador en español.
파일 크기 13.54 KB
설치 횟수 20
현재 버전 1.0.1
최근 업데이트 2013-11-20
출시 날짜 2013-11-20
평점 5.00/5 총 1 개의 평점
개발자 Manuel Ortiz
결제 유형 free
확장 프로그램 웹 사이트 https://aef.cnrportal.com/aef
지원되는 언어 es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Omnitracs Fix Google Maps",
    "manifest_version": 2,
    "version": "1.0.1",
    "description": "Arregla el problema de que no se pueden visualizar los mapas en el AEF cuando se tiene configurado el navegador en espa\u00f1ol.",
    "author": "Manuel Ortiz",
    "homepage_url": "https:\/\/aef.cnrportal.com\/aef",
    "background": {
        "persistent": true,
        "scripts": [
            "fixmapscript.js"
        ]
    },
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "browser_action": {
        "default_icon": "logo_16.png",
        "default_title": "Omnitracs Fix Google Maps"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*.gstatic.com\/",
        "https:\/\/*.gstatic.com\/",
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/",
        "https:\/\/*.cnrportal.com\/",
        "http:\/\/*.cnrportal.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/aef.cnrportal.com\/*",
                "https:\/\/aef.cnrportal.com\/\/*"
            ],
            "css": [],
            "js": [
                "fixmapscript.js"
            ]
        }
    ]
}