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.

Wat is Quick Create for Google Drive?

Quick Create for Google Drive is een Chrome-extensie ontwikkeld door breadleyyost7y, en de belangrijkste functie is "Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Quick Create for Google Drive

Download Quick Create for Google Drive-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Quick Create for Google Drive Quick Create for Google Drive
ID ckcbfnpodigdcbjjmhmolhkhlfbepnca
Officiële URL https://chrome.google.com/webstore/detail/quick-create-for-google-d/ckcbfnpodigdcbjjmhmolhkhlfbepnca
Beschrijving Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.
Bestandsgrootte 47.8 KB
Aantal Installaties 33,964
Huidige Versie 3.3
Laatst Bijgewerkt 2020-02-05
Publicatiedatum 2020-02-04
Beoordeling 4.01/5 Totaal 148 Beoordelingen
Ontwikkelaar breadleyyost7y
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/quick-create-for-g-drive/privacy-policy
Ondersteunde Talen 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"
    }
}