EasyDriveExt
EasyDrive Chrome extension!
什么是EasyDriveExt?
EasyDriveExt是由service.enterprise.extensions开发的Chrome扩展程序,该扩展的主要功能是“EasyDrive Chrome extension!”。
扩展截图
下载EasyDriveExt扩展crx文件
下载EasyDriveExt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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\/*",
" | |