EasyDriveExt

EasyDrive Chrome extension!

EasyDriveExtคืออะไร?

EasyDriveExt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย service.enterprise.extensions และคุณลักษณะหลักของมันคือ "EasyDrive Chrome extension!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EasyDriveExt

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*",
                ""
            ]
        }
    ],
    "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\/*"
        ]
    }
}