Milo

Fastest Google drive search engine

Milo là gì?

Milo là một tiện ích mở rộng Chrome được phát triển bởi Breeze, và tính năng chính của nó là "Fastest Google drive search engine".

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

screenshot

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

Tải xuống các tệp mở rộng Milo 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

                        Milo is the smart, secure way for you to search across google drive without tab surfing.

Milo pulls up the exact page containing the information you need. No more opening random documents and skimming.

Privacy is our main ingredient.

No one gets access to your docs unless you share them, and all your data is stored in your device cache.

More integrations are coming soon..                    

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

Tên Milo Milo
ID pbjoidcijiodknaiocppjokdgbmhfgme
URL Chính Thức https://chromewebstore.google.com/detail/milo/pbjoidcijiodknaiocppjokdgbmhfgme
Mô tả Fastest Google drive search engine
Kích Thước Tệp 2.79 MB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-03-07
Ngày Phát Hành 2022-02-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Breeze
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://typedream.site/garnet-diver-8832
URL Trang Trợ Giúp https://typedream.site/garnet-diver-8832
URL Trang Chính Sách Bảo Mật https://www.jibinmichael.com/privacy-policy-mable
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Milo",
    "version": "0.0.1",
    "manifest_version": 3,
    "description": "Fastest Google drive search engine",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms",
        "identity"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "oauth2": {
        "client_id": "124712663354-jcrd2n7fqbooemtiuk44elodm2ndbrhi.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.readonly"
        ]
    },
    "icons": {
        "128": "assets\/logo.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_title": "Milo",
        "default_popup": "popup.html"
    }
}