Milo
Fastest Google drive search engine
Milo란 무엇입니까?
Milo은(는) Breeze에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fastest Google drive search engine"입니다.
확장 프로그램 스크린샷
Milo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |