EasyDriveExt
EasyDrive Chrome extension!
Co to jest EasyDriveExt?
EasyDriveExt to rozszerzenie Chrome opracowane przez service.enterprise.extensions, a jego główną funkcją jest „EasyDrive Chrome extension!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EasyDriveExt
Pobierz pliki rozszerzeń EasyDriveExt w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | odjflencchnjmjbbnbnalkhkdlbpoplm |
| Oficjalny URL | https://chromewebstore.google.com/detail/easydriveext/odjflencchnjmjbbnbnalkhkdlbpoplm |
| Opis | EasyDrive Chrome extension! |
| Rozmiar pliku | 332 KB |
| Liczba instalacji | 72 |
| Aktualna Wersja | 1.3.2 |
| Ostatnia Aktualizacja | 2023-11-01 |
| Data Publikacji | 2023-06-14 |
| Deweloper | service.enterprise.extensions |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*",
" | |