Document File Viewer

View a DOCX, PPTX, XLSX, Spreadsheet file directly without leaving your browser. Read its content without server conversion.

Τι είναι το Document File Viewer;

Το Document File Viewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Smart Software, και η κύρια λειτουργία του είναι "View a DOCX, PPTX, XLSX, Spreadsheet file directly without leaving your browser. Read its content without server conversion.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Document File Viewer

Λήψη αρχείων επέκτασης Document File Viewer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This DOCX viewer lets you view a DOCX, PPTX, XLSX, Spreadsheet file directly without leaving your browser.
It can help you to open a DOCX, PPTX, Spreadsheet file and read its content without server conversion.
This app is a light, efficient document file viewer. It offers easy navigation and fast reading its content.

You can quickly open and read a DOCX, PPTX, XLSX file in your browser without any special software. This app is easy to use, and it is a completely free to use.
This viewer does not save or share the file you select. It only works locally without going through the server.
You can open a DOCX, PPTX, XLSX, XLS, ODS, Spreadsheet file to view from your computer or your Google Drive.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Document File Viewer Document File Viewer
ID bnmnmdjmpbadnmgdmbpkdfonpecdfoha
Επίσημο URL https://chromewebstore.google.com/detail/document-file-viewer/bnmnmdjmpbadnmgdmbpkdfonpecdfoha
Περιγραφή View a DOCX, PPTX, XLSX, Spreadsheet file directly without leaving your browser. Read its content without server conversion.
Μέγεθος Αρχείου 27.04 KB
Αριθμός Εγκαταστάσεων 6,151
Τρέχουσα Έκδοση 1.0.1.3
Τελευταία Ενημέρωση 2023-12-07
Ημερομηνία Δημοσίευσης 2020-12-22
Αξιολόγηση 1.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Smart Software
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://imclient.herokuapp.com/docxviewer/
Διεύθυνση URL της Σελίδας Βοήθειας https://imclient.herokuapp.com/docxviewer/
URL της Σελίδας Πολιτικής Απορρήτου http://iblogbox.com/chrome/tos.php
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en_US",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_ext_name__"
    },
    "permissions": [
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "version": "1.0.1.3"
}