Milo

Fastest Google drive search engine

Miloคืออะไร?

Milo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Breeze และคุณลักษณะหลักของมันคือ "Fastest Google drive search engine"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Milo

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}