Geodatafy File Launcher

Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -

¿Qué es Geodatafy File Launcher?

Geodatafy File Launcher es una extensión de Chrome desarrollada por oandgtc, y su función principal es "Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Geodatafy File Launcher

Descarga archivos de extensión Geodatafy File Launcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This companion Chrome extension for Geodatafy allows users to launch files they have found in Geodatafy using the native registered application in Windows. For example if we searched for a term, lets say "River Basin" and we got a mixture of 10 documents, some PDF and some Word, the user is able to click the document and launch / open the document using Microsoft Word or PDF viewer. 
The document is opened from the location recorded at the time of indexing, this means providing the path has not changed since last index it will open in place avoiding duplication of documents.                    

Información Básica de la Extensión

Nombre Geodatafy File Launcher Geodatafy File Launcher
ID jmaocgmkepekiahieopicpichiicjmlo
URL Oficial https://chromewebstore.google.com/detail/geodatafy-file-launcher/jmaocgmkepekiahieopicpichiicjmlo
Descripción Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -
Tamaño del Archivo 9.61 KB
Cantidad de Instalaciones 17
Versión Actual 2.0
Última Actualización 2020-03-12
Fecha de Publicación 2020-03-11
Desarrollador oandgtc
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://petro.bahwancybertek.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background_script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/explore\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -",
    "icons": {
        "48": "geodatafy.png"
    },
    "manifest_version": 2,
    "name": "Geodatafy File Launcher",
    "permissions": [
        "nativeMessaging",
        "storage"
    ],
    "version": "2.0"
}