EasyDriveExt
EasyDrive Chrome extension!
ما هو EasyDriveExt؟
EasyDriveExt هو إضافة Chrome تم تطويرها بواسطة service.enterprise.extensions، والميزة الرئيسية لها هي "EasyDrive Chrome extension!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EasyDriveExt
قم بتنزيل ملفات الامتداد EasyDriveExt بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension is a powerful tool designed exclusively to bridge Google Mail and EasyDrive for a frictionless file-sharing experience. In essence, it serves one invaluable purpose: seamless file transfers between your emails and EasyDrive's VPH folder structure. With just a few clicks, effortlessly upload files received via email to EasyDrive, or attach files from EasyDrive to your new emails in Gmail.
معلومات أساسية عن التمديد
الاسم | EasyDriveExt |
ID | odjflencchnjmjbbnbnalkhkdlbpoplm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easydriveext/odjflencchnjmjbbnbnalkhkdlbpoplm |
الوصف | EasyDrive Chrome extension! |
حجم الملف | 332 KB |
عدد التثبيتات | 72 |
النسخة الحالية | 1.3.2 |
آخر تحديث | 2023-11-01 |
تاريخ النشر | 2023-06-14 |
المطور | service.enterprise.extensions |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EasyDriveExt", "version": "1.3.2", "description": "EasyDrive Chrome extension!", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "16": "public\/icon16.png", "32": "public\/icon32.png", "48": "public\/icon48.png", "128": "public\/icon128.png" }, "permissions": [ "storage", "tabs", "unlimitedStorage", "activeTab", "debugger" ], "host_permissions": [ "https:\/\/mail.google.com\/*", "https:\/\/easydrive-dev.roche.com\/*", "https:\/\/easydrive-uat.roche.com\/*", "https:\/\/easydrive-tst.roche.com\/*", "https:\/\/easydrive.roche.com\/*" ], "web_accessible_resources": [ { "resources": [ "manifest.json", "gmailJsLoader.js", "contentScript.js", "extensionInjector.js", "public\/icon16.png", "public\/icon32.png", "public\/icon48.png", "public\/icon128.png", "public\/spinner.png" ], "matches": [ "https:\/\/easydrive-dev.roche.com\/*", "https:\/\/easydrive-uat.roche.com\/*", "https:\/\/easydrive-tst.roche.com\/*", "https:\/\/easydrive.roche.com\/*", "https:\/\/mail.google.com\/*", "http:\/\/localhost:8000\/*", "http:\/\/localhost:4200\/*", " |