Milo
Fastest Google drive search engine
Vad är Milo?
Milo är en Chrome-tillägg utvecklad av Breeze, och dess huvudfunktion är "Fastest Google drive search engine".
Tilläggsskärmbilder
Ladda ner Milo-förlängningens CRX-fil
Ladda ner Milo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | pbjoidcijiodknaiocppjokdgbmhfgme |
Officiell webbadress | https://chromewebstore.google.com/detail/milo/pbjoidcijiodknaiocppjokdgbmhfgme |
Beskrivning | Fastest Google drive search engine |
Filstorlek | 2.79 MB |
Antal Installationer | 21 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2022-03-07 |
Publiceringsdatum | 2022-02-08 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Breeze |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://typedream.site/garnet-diver-8832 |
Hjälpsida URL | https://typedream.site/garnet-diver-8832 |
URL till Sekretesspolicy Sidan | https://www.jibinmichael.com/privacy-policy-mable |
Stödda Språk | 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" } } |