EasyDriveExt

EasyDrive Chrome extension!

O que é EasyDriveExt?

EasyDriveExt é uma extensão do Chrome desenvolvida por service.enterprise.extensions, e sua principal característica é "EasyDrive Chrome extension!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão EasyDriveExt

Baixe arquivos de extensão EasyDriveExt no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome EasyDriveExt EasyDriveExt
ID odjflencchnjmjbbnbnalkhkdlbpoplm
URL Oficial https://chromewebstore.google.com/detail/easydriveext/odjflencchnjmjbbnbnalkhkdlbpoplm
Descrição EasyDrive Chrome extension!
Tamanho do Arquivo 332 KB
Contagem de Instalações 72
Versão Atual 1.3.2
Última Atualização 2023-11-01
Data de Publicação 2023-06-14
Desenvolvedor service.enterprise.extensions
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
        ]
    }
}