FileDriver for Chrome

A chrome extension for filedriver.com

FileDriver for Chrome là gì?

FileDriver for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://filedriver.com, và tính năng chính của nó là "A chrome extension for filedriver.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FileDriver for Chrome

Tải xuống các tệp mở rộng FileDriver for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        File sharing you can trust.

SHARING FILES HAS NEVER BEEN EASIER
No matter if you send files to your clients, colleagues, or your family, FileDriver makes it extremely easy and delightful for anyone to share and receive files. Just upload your files and send your recipients a link they can open and download right away. It's so simple your grandma can use it!*
*(Tested on real-life grandmas)

BLAZING FATS, BEAUTIFUL & SECURED
You can trust FileDriver to handle your important files and share them with your clients, colleagues, or even your family. Create a branded download page and give your recipients a beautiful, fast and secured sharing experience. 

THE TRANSFER BUTTON OF THE INTERNET
Transfer any file you want with the click of a button, from anywhere on the web. Using FileDriver for Chrome you can instantly transfer files when you need to, without going anywhere. Send your recipients a custom email with the files or get a sharable link you can use however you want. 

TRUSTED BY THOUSANDS OF PROFESSIONALS
Join Thousands of professionals who use FileDriver every day to share their most important files. Here are some of the things they say about us:
"FileDriver is the best and easy way to share files in the UNIVERSE!"
"Fast and effective, FileDriver streamlined my daily work process, it's crazy simple and it just works!"
"Very powerful tool and beautiful visuals, the best solution in the market"

FREE TO USE
Our free plan includes everything you need to start and send files right away.

FileDriver PRO
Our pro package was designed with everything you need to share files with your clients and colleagues. Extended file retention and transfer sizes, security, custom branding and much more. Check our https://filedriver.com/posts/pricing for more info on our different plans.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FileDriver for Chrome FileDriver for Chrome
ID hiiahgelfnfpdcbfbihjdmpjcmglbbgc
URL Chính Thức https://chromewebstore.google.com/detail/filedriver-for-chrome/hiiahgelfnfpdcbfbihjdmpjcmglbbgc
Mô tả A chrome extension for filedriver.com
Kích Thước Tệp 3.51 MB
Số Lần Cài Đặt 736
Phiên Bản Hiện Tại 0.0.1.3
Cập Nhật Lần Cuối 2021-10-04
Ngày Phát Hành 2021-06-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://filedriver.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://filedriver.com
URL Trang Trợ Giúp https://filedriver.com/posts/faq
URL Trang Chính Sách Bảo Mật https://filedriver.com/posts/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension for filedriver.com",
    "version": "0.0.1.3",
    "manifest_version": 3,
    "short_name": "FileDriver for Chrome",
    "name": "FileDriver for Chrome",
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "popup.html",
                "fileDriver.svg",
                "iframe.html",
                "gmail-action.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/mail\/u\/0\/#inbox"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.filedriver.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}