Quick Create for Google Drive
Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.
Quick Create for Google Drive क्या है?
Quick Create for Google Drive breadleyyost7y द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quick Create for Google Drive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quickly create new Google documents, spreadsheets, forms, presentations and drawings. Supports multiple Google accounts through the options as well as shortcuts to custom templates. The extension is changing the new tab.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ckcbfnpodigdcbjjmhmolhkhlfbepnca |
आधिकारिक URL | https://chrome.google.com/webstore/detail/quick-create-for-google-d/ckcbfnpodigdcbjjmhmolhkhlfbepnca |
विवरण | Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc. |
फ़ाइल का आकार | 47.8 KB |
स्थापना संख्या | 33,964 |
वर्तमान संस्करण | 3.3 |
अंतिम अपडेट | 2020-02-05 |
प्रकाशन तिथि | 2020-02-04 |
रेटिंग | 4.01/5 कुल 148 रेटिंग्स |
डेवलपर | breadleyyost7y |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/quick-create-for-g-drive/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/content_script.js" ], "matches": [ "https:\/\/drive.google.com\/*usetemplate?id=*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Quick Create for Google Drive", "options_page": "options.html", "short_name": "Quick Create for Drive", "version": "3.3", "chrome_url_overrides": { "newtab": "nt.html" } } |