EasyDriveExt

EasyDrive Chrome extension!

什麼是EasyDriveExt?

EasyDriveExt是由service.enterprise.extensions開發的Chrome擴展程式,該擴展的主要功能是“EasyDrive Chrome extension!”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 EasyDriveExt EasyDriveExt
ID odjflencchnjmjbbnbnalkhkdlbpoplm
官方網址 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\/*",
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "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\/*"
            ],
            "css": [
                "contentScript.css"
            ],
            "js": [
                "extensionInjector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "public\/icon16.png",
            "32": "public\/icon32.png",
            "48": "public\/icon48.png",
            "128": "public\/icon128.png"
        }
    },
    "externally_connectable": {
        "ids": [
            "odjflencchnjmjbbnbnalkhkdlbpoplm"
        ],
        "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\/*"
        ]
    }
}