Docs Creator - Google Drive Assistant

Create new docs, sheets, slides and view google drive files from your browser bar.

What is Docs Creator - Google Drive Assistant?

Docs Creator - Google Drive Assistant is a Chrome extension developed by https://docscreate.com, and its main feature is "Create new docs, sheets, slides and view google drive files from your browser bar.".

Extension Screenshots

screenshot
screenshot

Download Docs Creator - Google Drive Assistant Extension CRX File

Download Docs Creator - Google Drive Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Docs Creator is a quick way to create documents, spreadsheets or forms from the Chrome browser menu. After you click "New Document," the file will be saved to your Google Drive account under "My Drive." You don't even need to open it.

With Docs Creator, you can view any files and folders on your Google Drive. Just click the extension icon, and a pop-up window will display all the files in your google drive.

Google Drive itself is pretty good, but Google Drive is too heavy and awkward to use, like most similar services. Docs Creator solves this problem by removing unused features and focusing on usability.

If you regularly use Google Drive on Chrome or Chrome OS, consider adding Docs Creator to make your work with Drive and Google Docs more efficient and productive.


Creating new files
Google Drive Assistant gives you quick access to tools that allow you to create and edit various files, including documents, spreadsheets, and presentations. There are seven types of files you can start with Docs Creator:

Documents: For composing letters, flyers, essays, and other text-based files (similar to Microsoft Word documents)

Spreadsheets: For storing and organizing information (similar to Microsoft Excel workbooks)

Presentations: For creating slideshows (similar to Microsoft PowerPoint presentations)

Forms: For collecting and organizing data

Drawings: For creating simple vector graphics or diagrams

Google Sites: For free web and intranet hosting.

Draw.io: For creating diagrams, flowcharts, mind maps, business layouts, entity relationships, programming blocks, and more.                    

Extension Basic Information

Name Docs Creator - Google Drive Assistant Docs Creator - Google Drive Assistant
ID dehdfphabgkllffpepfmahleiphflgbm
Official URL https://chromewebstore.google.com/detail/docs-creator-google-drive/dehdfphabgkllffpepfmahleiphflgbm
Description Create new docs, sheets, slides and view google drive files from your browser bar.
File Size 295 KB
Installation Count 225,383
Current Version 3.9.7
Last Updated 2024-03-01
Publish Date 2021-07-08
Rating 4.69/5 Total 16 Ratings
Developer https://docscreate.com
Email [email protected]
Payment Type free
Extension Website https://docscreate.com/
Privacy Policy Page URL https://docscreate.com/privacyPolicy
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "3.9.7",
    "action": {
        "default_popup": "src\/layouts\/popup.html",
        "default_icon": "icons\/icon-128_x_128.png"
    },
    "permissions": [
        "storage",
        "downloads",
        "identity",
        "identity.email"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/js\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "src\/js\/serviceWorker.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/icon-16_x_16.png",
        "32": "icons\/icon-32_x_32.png",
        "64": "icons\/icon-64_x_64.png",
        "128": "icons\/icon-128_x_128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhCxztgAgaaIuffn5Nt36tj9nTLm88scP8zfzNSm7Rmrevb0Y\/a\/NIySOSrviMw\/hr047dpKhseV4it0\/HljDw7ipqgO0CoXlZWrPnY50Fnngta\/3R5bjBMTI4EfX8ykX8coN6B83Q6RjAdqWzYvcDJZaw5+Sf8iZIkE5RmVRnEMWDq6kY3a5oSZt956X5IJDLPsAh9VBk1nOUi\/DLvC0uTQKlDtctKK\/bP1M0Yq7sFmxNWge0UioU0cV\/0ym0x1J7Qlk2ofIr29zh1hiYSHlnrnfqct0yUfPZeWnYVmj6GOja44Tv89mFn3gMOCC49Kx+knPn2lfjjzoCQmWNLjuWwIDAQAB",
    "oauth2": {
        "client_id": "530311117568-qkkvrkfum8cnhmb87iddli004ns5aj0a.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/offline"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "host_permissions": [
        ""
    ]
}