Geodatafy File Launcher
Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -
Wat is Geodatafy File Launcher?
Geodatafy File Launcher is een Chrome-extensie ontwikkeld door oandgtc, en de belangrijkste functie is "Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -".
Extensie Screenshots
Download het CRX-bestand van de extensie Geodatafy File Launcher
Download Geodatafy File Launcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jmaocgmkepekiahieopicpichiicjmlo |
Officiële URL | https://chromewebstore.google.com/detail/geodatafy-file-launcher/jmaocgmkepekiahieopicpichiicjmlo |
Beschrijving | Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only - |
Bestandsgrootte | 9.61 KB |
Aantal Installaties | 17 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2020-03-12 |
Publicatiedatum | 2020-03-11 |
Ontwikkelaar | oandgtc |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://petro.bahwancybertek.com |
Ondersteunde Talen | 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" } |