Milo
Fastest Google drive search engine
Milo क्या है?
Milo Breeze द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fastest Google drive search engine"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Milo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |