EasyDriveExt
EasyDrive Chrome extension!
EasyDriveExt क्या है?
EasyDriveExt service.enterprise.extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "EasyDrive Chrome extension!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EasyDriveExt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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\/*", " |