Tresorit for Gmail
Share files and folders securely using Tresorit — without leaving your Gmail inbox.
ما هو Tresorit for Gmail؟
Tresorit for Gmail هو إضافة Chrome تم تطويرها بواسطة https://tresorit.com، والميزة الرئيسية لها هي "Share files and folders securely using Tresorit — without leaving your Gmail inbox.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tresorit for Gmail
قم بتنزيل ملفات الامتداد Tresorit for Gmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://support.tresorit.com |
عنوان صفحة سياسة الخصوصية | 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" ] } |