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.」です。
拡張機能のスクリーンショット
Omnitracs Fix Google Maps拡張機能のCRXファイルをダウンロード
Omnitracs Fix Google Maps拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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" ] } ] } |