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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -"입니다.
확장 프로그램 스크린샷
Geodatafy File Launcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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. 확장 프로그램 기본 정보
| 이름 | |
| 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"
} | |