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.
Cos'è Quick Create for Google Drive?
Quick Create for Google Drive è un'estensione di Chrome sviluppata da breadleyyost7y, e la sua funzione principale è "Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick Create for Google Drive
Scarica i file di estensione Quick Create for Google Drive in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ckcbfnpodigdcbjjmhmolhkhlfbepnca |
URL Ufficiale | https://chrome.google.com/webstore/detail/quick-create-for-google-d/ckcbfnpodigdcbjjmhmolhkhlfbepnca |
Descrizione | Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc. |
Dimensione del File | 47.8 KB |
Conteggio Installazioni | 33,964 |
Versione Corrente | 3.3 |
Ultimo Aggiornamento | 2020-02-05 |
Data di Pubblicazione | 2020-02-04 |
Valutazione | 4.01/5 Totale 148 Valutazioni |
Sviluppatore | breadleyyost7y |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/quick-create-for-g-drive/privacy-policy |
Lingue Supportate | 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" } } |