Drive Gate
Extension for fast access to Drive folders and files
Drive Gate क्या है?
Drive Gate drive.gate.ce द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for fast access to Drive folders and files"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Drive Gate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This chrome extension provides the one click access to your recent Drive files and folders. It saves time and allows you to quickly access the latest files and folders you have used. You can also save the files to a saved list and access them quickly.
एक्सटेंशन की मूल जानकारी
नाम | Drive Gate |
ID | bgamacamkcfldmmfhlonkhfkdkpddbhg |
आधिकारिक URL | https://chromewebstore.google.com/detail/drive-gate/bgamacamkcfldmmfhlonkhfkdkpddbhg |
विवरण | Extension for fast access to Drive folders and files |
फ़ाइल का आकार | 104 KB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 1.5.2 |
अंतिम अपडेट | 2021-01-07 |
प्रकाशन तिथि | 2020-04-02 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | drive.gate.ce |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drive Gate", "description": "Extension for fast access to Drive folders and files", "author": "GGDevMan", "version": "1.5.2", "manifest_version": 2, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "img\/icon32.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "MacCtrl+Shift+A" }, "description": "Drive Gate" } }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "identity", "storage" ], "oauth2": { "client_id": "1062598236381-tqnhastd1uocpdr7rnjebvgl3lmafusd.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/drive.metadata.readonly" ] } } |