Docs Creator - Google Drive Assistant

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

什麼是Docs Creator - Google Drive Assistant?

Docs Creator - Google Drive Assistant是由https://docscreate.com開發的Chrome擴展程式,該擴展的主要功能是“Create new docs, sheets, slides and view google drive files from your browser bar.”。

擴展截圖

screenshot
screenshot

下載Docs Creator - Google Drive Assistant擴展crx文件

下載Docs Creator - Google Drive Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Docs Creator - Google Drive Assistant Docs Creator - Google Drive Assistant
ID dehdfphabgkllffpepfmahleiphflgbm
官方網址 https://chromewebstore.google.com/detail/docs-creator-google-drive/dehdfphabgkllffpepfmahleiphflgbm
簡介 Create new docs, sheets, slides and view google drive files from your browser bar.
檔案大小 295 KB
安裝次數 225,383
目前版本 3.9.7
更新時間 2024-03-01
上架時間 2021-07-08
評分 4.69/5 共 16 次評分
開發者 https://docscreate.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://docscreate.com/
隱私政策頁面URL https://docscreate.com/privacyPolicy
支援的語言 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": [
        ""
    ]
}