Milo

Fastest Google drive search engine

Hvad er Milo?

Milo er en Chrome-udvidelse udviklet af Breeze, og dens hovedfunktion er "Fastest Google drive search engine".

Udvidelsesskærmbilleder

screenshot

Download Milo-udvidelses-CRX-fil

Download Milo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Milo Milo
ID pbjoidcijiodknaiocppjokdgbmhfgme
Officiel URL https://chromewebstore.google.com/detail/milo/pbjoidcijiodknaiocppjokdgbmhfgme
Beskrivelse Fastest Google drive search engine
Filstørrelse 2.79 MB
Antal Installationer 21
Nuværende Version 0.0.1
Senest Opdateret 2022-03-07
Udgivelsesdato 2022-02-08
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Breeze
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://typedream.site/garnet-diver-8832
Hjælpeside-URL https://typedream.site/garnet-diver-8832
URL til Fortrolighedspolitik Side https://www.jibinmichael.com/privacy-policy-mable
Understøttede Sprog 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"
    }
}