DriveHub Cloud Storage Transferer
View, terminate the progress of using Drivehub to copy,sync data from cloud storage.Support Google Drive,1Fichier,Mega,OneDrive,etc
Τι είναι το DriveHub Cloud Storage Transferer;
Το DriveHub Cloud Storage Transferer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://drivehub.win, και η κύρια λειτουργία του είναι "View, terminate the progress of using Drivehub to copy,sync data from cloud storage.Support Google Drive,1Fichier,Mega,OneDrive,etc".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης DriveHub Cloud Storage Transferer
Λήψη αρχείων επέκτασης DriveHub Cloud Storage Transferer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension can view and terminate the progress of using Drivehub.win to copy, move or synchronize data from cloud storage. DriveHub is a free web-based tool that enables you to easily transfer, migrate, backup, sync or move files from one cloud to another and access all your online files on different clouds with a few clicks. Over 30 cloud services supported, including: Google Drive, pcloud, put.io, Dropbox, Amazon Cloud Drive, etc. The support is still being updated according to the needs of users. Advantage: 1. Affordable price: You can choose to pay according to the bandwidth, no matter how much data is copied or synchronized, it will not exceed your budget; 2. You don't have to always turn on the computer: even if you close the computer or browser, the data will still be transferred in the background as you expect. 3. Free: We provide several hours per day as "Happy hours" for free users, during this time, free users can enjoy non-metric data transmission services for free, which means that free users can synchronize up to 500GB of data per month. You can use DriveHub.win to: + Sync OneDrive with Google Drive + Transfer files from Dropbox to Jottacloud + Migrate or move data between Backblaze B2 and Mail.ru Cloud + Backup FTP, WebDav to OpenDrive + Automatically sync data from Premiumize.me to SugarSync Website: https://drivehub.win Customer Support: [email protected] Telegram Channels: https://t.me/drivehubwin
Βασικές Πληροφορίες Επέκτασης
Όνομα | DriveHub Cloud Storage Transferer |
ID | akpnpjggcphlkgjjabbhngbkafomjhcp |
Επίσημο URL | https://chromewebstore.google.com/detail/drivehub-cloud-storage-tr/akpnpjggcphlkgjjabbhngbkafomjhcp |
Περιγραφή | View, terminate the progress of using Drivehub to copy,sync data from cloud storage.Support Google Drive,1Fichier,Mega,OneDrive,etc |
Μέγεθος Αρχείου | 272 KB |
Αριθμός Εγκαταστάσεων | 225 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2020-06-29 |
Ημερομηνία Δημοσίευσης | 2020-06-28 |
Προγραμματιστής | https://drivehub.win |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://drivehub.win |
Διεύθυνση URL της Σελίδας Βοήθειας | https://drivehub.win/category/how-to/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DriveHub Cloud Storage Transferer", "description": "View, terminate the progress of using Drivehub to copy,sync data from cloud storage.Support Google Drive,1Fichier,Mega,OneDrive,etc", "version": "1.1.0", "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "icons": { "16": "icons\/logo_16.png", "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" }, "browser_action": { "default_title": "DriveHub", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |