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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://goldfynch.com, και η κύρια λειτουργία του είναι "Get deeper understanding of contents of your PST files. Use the extension to upload a PST file and analyze it.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης GoldFynch - Free PST Viewer

Λήψη αρχείων επέκτασης 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
Επίσημο 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": [
                ""
            ]
        }
    ]
}