Geodatafy File Launcher

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

Was ist Geodatafy File Launcher?

Geodatafy File Launcher ist eine Chrome-Erweiterung, die von oandgtc entwickelt wurde, und ihr Hauptmerkmal ist "Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -".

Erweiterungsscreenshots

screenshot

Geodatafy File Launcher-Erweiterungs-CRX-Datei herunterladen

Laden Sie Geodatafy File Launcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Geodatafy File Launcher Geodatafy File Launcher
ID jmaocgmkepekiahieopicpichiicjmlo
Offizielle URL https://chromewebstore.google.com/detail/geodatafy-file-launcher/jmaocgmkepekiahieopicpichiicjmlo
Beschreibung Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -
Dateigröße 9.61 KB
Installationsanzahl 17
Aktuelle Version 2.0
Letztes Update 2020-03-12
Veröffentlichungsdatum 2020-03-11
Entwickler oandgtc
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://petro.bahwancybertek.com
Unterstützte Sprachen 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"
}