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.
Qu'est-ce que Encrypt Decrypt DOCX, XLSX, PPTX Files ?
Encrypt Decrypt DOCX, XLSX, PPTX Files est une extension Chrome développée par Smart Apps, et sa fonction principale est "Decrypt the encrypted MS Office files with password. It also supports the ability to put a password on docx, xlsx, pptx files.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Encrypt Decrypt DOCX, XLSX, PPTX Files
Téléchargez les fichiers d'extension Encrypt Decrypt DOCX, XLSX, PPTX Files au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Encrypt Decrypt DOCX, XLSX, PPTX Files |
ID | lnckclnjcmlkfnjjoicemhjolcldcnhd |
URL Officiel | https://chromewebstore.google.com/detail/encrypt-decrypt-docx-xlsx/lnckclnjcmlkfnjjoicemhjolcldcnhd |
Description | Decrypt the encrypted MS Office files with password. It also supports the ability to put a password on docx, xlsx, pptx files. |
Taille du Fichier | 30.05 KB |
Nombre d'Installations | 172 |
Version Actuelle | 1.0.2.4 |
Dernière Mise à Jour | 2023-07-30 |
Date de Publication | 2021-12-26 |
Développeur | Smart Apps |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://officecrypto.nsspot.net/ |
URL de la Page d'Aide | https://officecrypto.nsspot.net/ |
Langues Prises en Charge | 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" } |