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.
Was ist Quick Create for Google Drive?
Quick Create for Google Drive ist eine Chrome-Erweiterung, die von breadleyyost7y entwickelt wurde, und ihr Hauptmerkmal ist "Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.".
Erweiterungsscreenshots
Quick Create for Google Drive-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quick Create for Google Drive-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ckcbfnpodigdcbjjmhmolhkhlfbepnca |
Offizielle URL | https://chrome.google.com/webstore/detail/quick-create-for-google-d/ckcbfnpodigdcbjjmhmolhkhlfbepnca |
Beschreibung | Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc. |
Dateigröße | 47.8 KB |
Installationsanzahl | 33,964 |
Aktuelle Version | 3.3 |
Letztes Update | 2020-02-05 |
Veröffentlichungsdatum | 2020-02-04 |
Bewertung | 4.01/5 Insgesamt 148 Bewertungen |
Entwickler | breadleyyost7y |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://sites.google.com/view/quick-create-for-g-drive/privacy-policy |
Unterstützte Sprachen | 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" } } |