Tresorit for Gmail
Share files and folders securely using Tresorit — without leaving your Gmail inbox.
Tresorit for Gmail란 무엇입니까?
Tresorit for Gmail은(는) https://tresorit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share files and folders securely using Tresorit — without leaving your Gmail inbox."입니다.
확장 프로그램 스크린샷
Tresorit for Gmail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Tresorit for Gmail extension lets you conveniently share your files with the outside world without compromising security, using a simple Tresorit link. - Replace risky email attachments with secure links - Attach files from your computer to your emails as secure Tresorit links - Access Tresorit directly within Gmail to share files and manage existing Tresorit links Requirements This extension requires a paid Tresorit subscription. Please visit https://tresorit.com/pricing for more information. If you need help, contact [email protected].
확장 프로그램 기본 정보
이름 | Tresorit for Gmail |
ID | coafedlchdmbopniifkflhjkmjoldmbc |
공식 URL | https://chromewebstore.google.com/detail/tresorit-for-gmail/coafedlchdmbopniifkflhjkmjoldmbc |
설명 | Share files and folders securely using Tresorit — without leaving your Gmail inbox. |
파일 크기 | 40.88 KB |
설치 횟수 | 4,229 |
현재 버전 | 2.1.7 |
최근 업데이트 | 2022-08-09 |
출시 날짜 | 2021-04-13 |
평점 | 5.00/5 총 27 개의 평점 |
개발자 | https://tresorit.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tresorit.com |
도움말 페이지 URL | https://support.tresorit.com |
개인정보 보호 정책 페이지 URL | https://tresorit.com/legal |
지원되는 언어 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.1.7", "author": "Tresorit", "incognito": "split", "icons": { "128": "icons\/favicon-128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "dist\/content-script.js" ], "css": [ "assets\/style.css", "assets\/spinner.css" ], "run_at": "document_end" } ], "background": { "page": "dist\/background\/background.html" }, "web_accessible_resources": [ "assets\/*.png", "assets\/*.svg" ] } |