Move Files from Box to Google Drive
This extension lets you directly transfer files from Box to Google Drive without download and upload.
Move Files from Box to Google Driveคืออะไร?
Move Files from Box to Google Drive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://multcloud.com และคุณลักษณะหลักของมันคือ "This extension lets you directly transfer files from Box to Google Drive without download and upload."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Move Files from Box to Google Drive
ดาวน์โหลดไฟล์ส่วนขยาย Move Files from Box to Google Drive ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
How do you usually transfer files from one cloud to another? Usually, the most traditionally way we use is to download files from one cloud drive and then manually re-upload them to another cloud drive. This way is effective when the files are not particularly large. But if you have a large amount of files, then it is rather unwieldy to rely on this way. With this extension, you can: 1. Migrate Box to Google Drive with no download and upload. 2. Sync files from Box to Google Drive to boost your productivity in real-time way. 3. Back up your Box data to Google Drive to add a layer of insurance to data security. Highlights of this extension: ✔️ Integrate more than 30+ leading cloud storage services, including Google Drive, Google Photos, iCloud and more. ✔️ Manage multiple cloud accounts in one console. ✔️ Automatic transfer/backup/sync and greatly boost your productivity. ✔️ Transfer/sync/backup files in the background even though your browser is closed. ✔️ Transfer/sync/backup files offline without going through your local computer. ✔️ Transfer/sync/backup lots of files in one go without transferring them in batch. ✔️ Get rid of your poor network connection and enjoy competitive transfer speed. This extension is especially great for: 1.Project Managers and Team Leads: 👉Transfer all project-related documents to your cloud and keep it organized. 👉Setup an automatic transfer task to your Google Shared Drive for collaboration with your team. 2.Teachers and Students: 👉Transfer some essential documents from a shared account to personal account. 3. Anybody who needs to migrate files from one cloud to another directly and don’t want to use download and upload way, this is for you. We all know not one size fits all, especially for those who own multiple cloud accounts. But with these flexible features, you should be covered with this extension added by MultCloud. MultCloud, a free web-based cloud storage manager, aims to boost your productivity. Website: https://www.multcloud.com Facebook: http://www.facebook.com/multcloud Customer support: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Move Files from Box to Google Drive |
ID | ggjjjpfggpdhamicpcfllpcdobmpplbm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/move-files-from-box-to-go/ggjjjpfggpdhamicpcfllpcdobmpplbm |
คำอธิบาย | This extension lets you directly transfer files from Box to Google Drive without download and upload. |
ขนาดไฟล์ | 228 KB |
จำนวนการติดตั้ง | 338 |
เวอร์ชันปัจจุบัน | 2.1.6 |
อัปเดตครั้งล่าสุด | 2024-03-01 |
วันที่เผยแพร่ | 2022-03-31 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://multcloud.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.multcloud.com/ |
URL หน้าช่วยเหลือ | https://www.multcloud.com/helps |
URL หน้านโยบายความเป็นส่วนตัว | https://multcloud.com/policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Move Files from Box to Google Drive", "description": "This extension lets you directly transfer files from Box to Google Drive without download and upload.", "version": "2.1.6", "manifest_version": 3, "permissions": [ "cookies" ], "host_permissions": [ "https:\/\/www.multcloud.com\/", "https:\/\/app.multcloud.com\/", "https:\/\/test.multcloud.com\/" ], "action": { "default_popup": "to-multcloud.html", "default_icon": { "16": "\/images\/[email protected]", "32": "\/images\/[email protected]", "48": "\/images\/[email protected]", "128": "\/images\/[email protected]" } }, "content_scripts": [ { "js": [ "jquery.min.js", "googleDrive.js" ], "matches": [ "https:\/\/drive.google.com\/*" ] }, { "js": [ "jquery.min.js", "dropbox.js" ], "matches": [ "https:\/\/www.dropbox.com\/home\/*" ] }, { "js": [ "jquery.min.js", "oneDrive.js" ], "matches": [ "https:\/\/onedrive.live.com\/*", "https:\/\/*.sharepoint.com\/*" ] }, { "js": [ "jquery.min.js", "icloud.js" ], "matches": [ "https:\/\/www.icloud.com\/*", "https:\/\/www.icloud.com.cn\/*" ] }, { "js": [ "jquery.min.js", "googlePhotos.js" ], "matches": [ "https:\/\/photos.google.com\/*" ] } ], "icons": { "16": "\/images\/[email protected]", "32": "\/images\/[email protected]", "48": "\/images\/[email protected]", "128": "\/images\/[email protected]" } } |