Rakuten Drive (Transfer&Cloud)

Share large files up to 10GBs! More easy and efficient!

Rakuten Drive (Transfer&Cloud) क्या है?

Rakuten Drive (Transfer&Cloud) https://home.rakuten-drive.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share large files up to 10GBs! More easy and efficient!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rakuten Drive (Transfer&Cloud) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Up to 50GB of file transfer at once and 1TB of storage in the Cloud!
Use Powerful features of Rakuten Drive in Chrome extension!
Send large files to anywhere, more easily and simple!

After uploading files, create a share-link and send it to the recipient! 
Anyone who received the share-link can download the files, even if they don’t have a Rakuten Drive account.
You can attach large files to Slack or Chatwork and also store the files you shared to Rakuten Drive without using other Cloud service like Dropbox, Onedrive, box etc.

ㆍSend files up to 50GBs at once without any limits
ㆍShare files stored in Rakuten Drive
ㆍAdd attachments large files to Gmail, Slack and Chatwork!
ㆍAdd 1TB storage of Rakuten Drive
ㆍSave files to the Rakuten Drive that you send them as a share-link
ㆍSend multi-folders
ㆍSet a password on share-link and make it transfer files more secure
ㆍSet comments to be viewable on the Share-Link page

When you create a share-link, the link is valid for 48 hours.
If subscribe Rakuten Drive PRO, You can set expiration date of My Link freely.
Link will be deleted after the expiration date. All the files get deleted from the server once it expires for security reasons.                    

एक्सटेंशन की मूल जानकारी

नाम Rakuten Drive (Transfer&Cloud) Rakuten Drive (Transfer&Cloud)
ID pagahecnnmjjlpoakhagcpnalaodfbkk
आधिकारिक URL https://chromewebstore.google.com/detail/rakuten-drive-transferclo/pagahecnnmjjlpoakhagcpnalaodfbkk
विवरण Share large files up to 10GBs! More easy and efficient!
फ़ाइल का आकार 401 KB
स्थापना संख्या 38,933
वर्तमान संस्करण 23.04.01
अंतिम अपडेट 2023-04-21
प्रकाशन तिथि 2020-05-08
रेटिंग 4.91/5 कुल 11 रेटिंग्स
डेवलपर https://home.rakuten-drive.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://home.rakuten-drive.com/
सहायता पृष्ठ URL https://support.rakuten-drive.com/hc/
गोपनीयता नीति पृष्ठ URL https://home.rakuten-drive.com/privacy-en
समर्थित भाषाएँ en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "description": "__MSG_extension_desc__",
    "version": "23.04.01",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "storage",
        "background"
    ],
    "background": {
        "scripts": [
            "\/src\/consts.js",
            "\/src\/utils.js",
            "\/src\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "\/images\/icon-16.png",
            "24": "\/images\/icon-24.png",
            "32": "\/images\/icon-32.png",
            "64": "\/images\/icon-64.png",
            "96": "\/images\/icon-96.png",
            "128": "\/images\/icon-128.png",
            "192": "\/images\/icon-192.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.slack.com\/*",
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*",
                "*:\/\/*.chatwork.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.4.1.min.js",
                "\/lib\/inboxsdk.js",
                "\/src\/consts.js",
                "\/src\/utils.js",
                "\/src\/content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/lib\/jquery-3.4.1.min.js",
        "\/images\/rakuten-drive.svg",
        "\/images\/sendy_gray.svg",
        "\/images\/logo_title.png",
        "\/html\/embedded_webapp.html"
    ],
    "icons": {
        "16": "\/images\/icon-16.png",
        "24": "\/images\/icon-24.png",
        "32": "\/images\/icon-32.png",
        "64": "\/images\/icon-64.png",
        "96": "\/images\/icon-96.png",
        "128": "\/images\/icon-128.png",
        "192": "\/images\/icon-192.png"
    }
}