Milo

Fastest Google drive search engine

Apa itu Milo?

Milo adalah ekstensi Chrome yang dikembangkan oleh Breeze, dan fitur utamanya adalah "Fastest Google drive search engine".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Milo

Unduh file ekstensi Milo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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..                    

Informasi Dasar Ekstensi

Nama Milo Milo
ID pbjoidcijiodknaiocppjokdgbmhfgme
URL Resmi https://chromewebstore.google.com/detail/milo/pbjoidcijiodknaiocppjokdgbmhfgme
Deskripsi Fastest Google drive search engine
Ukuran File 2.79 MB
Jumlah Instalasi 21
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2022-03-07
Tanggal Publikasi 2022-02-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Breeze
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://typedream.site/garnet-diver-8832
URL Halaman Bantuan https://typedream.site/garnet-diver-8832
URL Halaman Kebijakan Privasi https://www.jibinmichael.com/privacy-policy-mable
Bahasa yang Didukung 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"
    }
}