Milo

Fastest Google drive search engine

Co to jest Milo?

Milo to rozszerzenie Chrome opracowane przez Breeze, a jego główną funkcją jest „Fastest Google drive search engine”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Milo

Pobierz pliki rozszerzeń Milo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Milo Milo
ID pbjoidcijiodknaiocppjokdgbmhfgme
Oficjalny URL https://chromewebstore.google.com/detail/milo/pbjoidcijiodknaiocppjokdgbmhfgme
Opis Fastest Google drive search engine
Rozmiar pliku 2.79 MB
Liczba instalacji 21
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2022-03-07
Data Publikacji 2022-02-08
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Breeze
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://typedream.site/garnet-diver-8832
Adres URL Strony Pomocy https://typedream.site/garnet-diver-8832
Adres URL Strony Polityki Prywatności https://www.jibinmichael.com/privacy-policy-mable
Obsługiwane Języki 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"
    }
}