Encrypt Decrypt DOCX, XLSX, PPTX Files
Decrypt the encrypted MS Office files with password. It also supports the ability to put a password on docx, xlsx, pptx files.
Τι είναι το Encrypt Decrypt DOCX, XLSX, PPTX Files;
Το Encrypt Decrypt DOCX, XLSX, PPTX Files είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Smart Apps, και η κύρια λειτουργία του είναι "Decrypt the encrypted MS Office files with password. It also supports the ability to put a password on docx, xlsx, pptx files.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Encrypt Decrypt DOCX, XLSX, PPTX Files
Λήψη αρχείων επέκτασης Encrypt Decrypt DOCX, XLSX, PPTX Files σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension allows you to decrypt the encrypted MS Office files with password. You can remove password from Office files with a password you remember. It also supports the ability to put a password on docx, xlsx, pptx files. Protect the contents of your files with an office password. It is easy to use, With just a few clicks, you can get the encrypted/decrypted file, and Download this file from your browser directly. You can open a docx, xlsx, pptx, doc, xls, ppt file from local computer, Google Drive, Dropbox, and Box.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Encrypt Decrypt DOCX, XLSX, PPTX Files |
ID | lnckclnjcmlkfnjjoicemhjolcldcnhd |
Επίσημο URL | https://chromewebstore.google.com/detail/encrypt-decrypt-docx-xlsx/lnckclnjcmlkfnjjoicemhjolcldcnhd |
Περιγραφή | Decrypt the encrypted MS Office files with password. It also supports the ability to put a password on docx, xlsx, pptx files. |
Μέγεθος Αρχείου | 30.05 KB |
Αριθμός Εγκαταστάσεων | 172 |
Τρέχουσα Έκδοση | 1.0.2.4 |
Τελευταία Ενημέρωση | 2023-07-30 |
Ημερομηνία Δημοσίευσης | 2021-12-26 |
Προγραμματιστής | Smart Apps |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://officecrypto.nsspot.net/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://officecrypto.nsspot.net/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "background": { "service_worker": "js\/bg.js" }, "default_locale": "en_US", "description": "__MSG_ext_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "name": "__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.2.4" } |