GoldFynch - Free PST Viewer
Get deeper understanding of contents of your PST files. Use the extension to upload a PST file and analyze it.
GoldFynch - Free PST Viewer란 무엇입니까?
GoldFynch - Free PST Viewer은(는) https://goldfynch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get deeper understanding of contents of your PST files. Use the extension to upload a PST file and analyze it."입니다.
확장 프로그램 스크린샷
GoldFynch - Free PST Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use the free PST Viewer from GoldFynch.com to analyze and view your PST files directly. ⭐ Features: - Select a PST file with just a click to load it in your web browser and view its contents - You can also view OST files using this extension - The extension and features run locally in your browser, providing better privacy, as data is not uploaded or sent to any server - Settings and other parameters that you used will be stored in the extension for later use ⭐ What are PST files? PST (Personal Storage Table) is a file type created by Microsoft for the Outlook email app. It is used to store the content of emails, attachments, calendar events and so on. ⭐ How does this extension work? It uses a lightweight javascript block that leverages the same technologies used in the GoldFynch eDiscovery cloud service. When you load a PST file into the browser window using the extension, the javascript code analyzes the files and displays the results in the browser. All the work is done locally on your computer and nothing is transmitted to any server.
확장 프로그램 기본 정보
이름 | GoldFynch - Free PST Viewer |
ID | nlhaepbakkedjfnddhmacjfgcpndoejn |
공식 URL | https://chromewebstore.google.com/detail/goldfynch-free-pst-viewer/nlhaepbakkedjfnddhmacjfgcpndoejn |
설명 | Get deeper understanding of contents of your PST files. Use the extension to upload a PST file and analyze it. |
파일 크기 | 504 KB |
설치 횟수 | 1,396 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-05-26 |
출시 날짜 | 2022-01-27 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://goldfynch.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://goldfynch.com/ |
도움말 페이지 URL | https://goldfynch.com/contact |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoldFynch - Free PST Viewer", "version": "1.0.0", "manifest_version": 3, "description": "Get deeper understanding of contents of your PST files. Use the extension to upload a PST file and analyze it.", "action": [], "icons": { "16": "imgs\/icons\/icon16.png", "32": "imgs\/icons\/icon32.png", "48": "imgs\/icons\/icon48.png", "128": "imgs\/icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.goldfynch.com\/*", "https:\/\/*.ediscoverycollect.com\/*" ], "js": [ "dist\/content.bundle.js" ] } ], "background": { "service_worker": "main-service-worker.js" }, "permissions": [], "host_permissions": [ "https:\/\/*.goldfynch.com\/*" ], "web_accessible_resources": [ { "resources": [ "html\/goldenflynch.html" ], "matches": [ " |