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은(는) Smart Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |