Geodatafy File Launcher

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

Geodatafy File Launcher क्या है?

Geodatafy File Launcher oandgtc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Geodatafy File Launcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Geodatafy File Launcher Geodatafy File Launcher
ID jmaocgmkepekiahieopicpichiicjmlo
आधिकारिक URL https://chromewebstore.google.com/detail/geodatafy-file-launcher/jmaocgmkepekiahieopicpichiicjmlo
विवरण Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -
फ़ाइल का आकार 9.61 KB
स्थापना संख्या 17
वर्तमान संस्करण 2.0
अंतिम अपडेट 2020-03-12
प्रकाशन तिथि 2020-03-11
डेवलपर oandgtc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://petro.bahwancybertek.com
समर्थित भाषाएँ 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"
}