Milo
Fastest Google drive search engine
ما هو Milo؟
Milo هو إضافة Chrome تم تطويرها بواسطة Breeze، والميزة الرئيسية لها هي "Fastest Google drive search engine".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Milo
قم بتنزيل ملفات الامتداد Milo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://typedream.site/garnet-diver-8832 |
عنوان صفحة سياسة الخصوصية | 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" } } |