Milo
Fastest Google drive search engine
Miloとは何ですか?
MiloはBreezeによって開発されたChromeの拡張機能で、その主な機能は「Fastest Google drive search engine」です。
拡張機能のスクリーンショット
Milo拡張機能のCRXファイルをダウンロード
Milo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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..
拡張機能の基本情報
名前 | Milo |
ID | pbjoidcijiodknaiocppjokdgbmhfgme |
公式URL | https://chromewebstore.google.com/detail/milo/pbjoidcijiodknaiocppjokdgbmhfgme |
説明 | Fastest Google drive search engine |
ファイルサイズ | 2.79 MB |
インストール数 | 21 |
現在のバージョン | 0.0.1 |
最終更新日 | 2022-03-07 |
公開日 | 2022-02-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Breeze |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://typedream.site/garnet-diver-8832 |
ヘルプページのURL | https://typedream.site/garnet-diver-8832 |
プライバシーポリシーページのURL | https://www.jibinmichael.com/privacy-policy-mable |
対応言語 | 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" } } |