Milo
Fastest Google drive search engine
What is Milo?
Milo is a Chrome extension developed by Breeze, and its main feature is "Fastest Google drive search engine".
Extension Screenshots
Download Milo Extension CRX File
Download Milo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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..
Extension Basic Information
Name | Milo |
ID | pbjoidcijiodknaiocppjokdgbmhfgme |
Official URL | https://chromewebstore.google.com/detail/milo/pbjoidcijiodknaiocppjokdgbmhfgme |
Description | Fastest Google drive search engine |
File Size | 2.79 MB |
Installation Count | 21 |
Current Version | 0.0.1 |
Last Updated | 2022-03-07 |
Publish Date | 2022-02-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Breeze |
[email protected] | |
Payment Type | free |
Extension Website | https://typedream.site/garnet-diver-8832 |
Help Page URL | https://typedream.site/garnet-diver-8832 |
Privacy Policy Page URL | https://www.jibinmichael.com/privacy-policy-mable |
Supported Languages | 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" } } |