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.
What is Omnitracs Fix Google Maps?
Omnitracs Fix Google Maps is a Chrome extension developed by Manuel Ortiz, and its main feature is "Arregla el problema de que no se pueden visualizar los mapas en el AEF cuando se tiene configurado el navegador en español.".
Extension Screenshots
Download Omnitracs Fix Google Maps Extension CRX File
Download Omnitracs Fix Google Maps 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
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
Extension Basic Information
Name | Omnitracs Fix Google Maps |
ID | ncgedhfheghkhagfbnnbalkpiajhmofn |
Official URL | https://chromewebstore.google.com/detail/omnitracs-fix-google-maps/ncgedhfheghkhagfbnnbalkpiajhmofn |
Description | Arregla el problema de que no se pueden visualizar los mapas en el AEF cuando se tiene configurado el navegador en español. |
File Size | 13.54 KB |
Installation Count | 20 |
Current Version | 1.0.1 |
Last Updated | 2013-11-20 |
Publish Date | 2013-11-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Manuel Ortiz |
Payment Type | free |
Extension Website | https://aef.cnrportal.com/aef |
Supported Languages | 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" ] } ] } |