Docs Creator - Google Drive Assistant

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

Docs Creator - Google Drive Assistant là gì?

Docs Creator - Google Drive Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://docscreate.com, và tính năng chính của nó là "Create new docs, sheets, slides and view google drive files from your browser bar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Docs Creator - Google Drive Assistant

Tải xuống các tệp mở rộng Docs Creator - Google Drive Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Docs Creator - Google Drive Assistant Docs Creator - Google Drive Assistant
ID dehdfphabgkllffpepfmahleiphflgbm
URL Chính Thức https://chromewebstore.google.com/detail/docs-creator-google-drive/dehdfphabgkllffpepfmahleiphflgbm
Mô tả Create new docs, sheets, slides and view google drive files from your browser bar.
Kích Thước Tệp 295 KB
Số Lần Cài Đặt 225,383
Phiên Bản Hiện Tại 3.9.7
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2021-07-08
Đánh Giá 4.69/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://docscreate.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://docscreate.com/
URL Trang Chính Sách Bảo Mật https://docscreate.com/privacyPolicy
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}