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.

Vad är Quick Create for Google Drive?

Quick Create for Google Drive är en Chrome-tillägg utvecklad av breadleyyost7y, och dess huvudfunktion är "Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.".

Tilläggsskärmbilder

screenshot

Ladda ner Quick Create for Google Drive-förlängningens CRX-fil

Ladda ner Quick Create for Google Drive-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Quick Create for Google Drive Quick Create for Google Drive
ID ckcbfnpodigdcbjjmhmolhkhlfbepnca
Officiell webbadress https://chrome.google.com/webstore/detail/quick-create-for-google-d/ckcbfnpodigdcbjjmhmolhkhlfbepnca
Beskrivning Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.
Filstorlek 47.8 KB
Antal Installationer 33,964
Aktuell Version 3.3
Senast Uppdaterad 2020-02-05
Publiceringsdatum 2020-02-04
Betyg 4.01/5 Totalt 148 Betyg
Utvecklare breadleyyost7y
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/quick-create-for-g-drive/privacy-policy
Stödda Språk 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"
    }
}