Geodatafy File Launcher

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

Cos'è Geodatafy File Launcher?

Geodatafy File Launcher è un'estensione di Chrome sviluppata da oandgtc, e la sua funzione principale è "Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Geodatafy File Launcher

Scarica i file di estensione Geodatafy File Launcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Geodatafy File Launcher Geodatafy File Launcher
ID jmaocgmkepekiahieopicpichiicjmlo
URL Ufficiale https://chromewebstore.google.com/detail/geodatafy-file-launcher/jmaocgmkepekiahieopicpichiicjmlo
Descrizione Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -
Dimensione del File 9.61 KB
Conteggio Installazioni 17
Versione Corrente 2.0
Ultimo Aggiornamento 2020-03-12
Data di Pubblicazione 2020-03-11
Sviluppatore oandgtc
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://petro.bahwancybertek.com
Lingue Supportate 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"
}