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.”。

擴展截圖

screenshot

下載GoldFynch - Free PST Viewer擴展crx文件

下載GoldFynch - Free PST Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 GoldFynch - Free PST Viewer
ID nlhaepbakkedjfnddhmacjfgcpndoejn
官方網址 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": [
                ""
            ]
        }
    ]
}