Docs Creator - Google Drive Assistant

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

Co je Docs Creator - Google Drive Assistant?

Docs Creator - Google Drive Assistant je rozšíření Chrome vyvinuté https://docscreate.com, a jeho hlavní funkcí je „Create new docs, sheets, slides and view google drive files from your browser bar.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Docs Creator - Google Drive Assistant

Stáhněte si soubory rozšíření Docs Creator - Google Drive Assistant ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Docs Creator - Google Drive Assistant Docs Creator - Google Drive Assistant
ID dehdfphabgkllffpepfmahleiphflgbm
Oficiální URL https://chromewebstore.google.com/detail/docs-creator-google-drive/dehdfphabgkllffpepfmahleiphflgbm
Popis Create new docs, sheets, slides and view google drive files from your browser bar.
Velikost souboru 295 KB
Počet instalací 225,383
Aktuální Verze 3.9.7
Poslední Aktualizace 2024-03-01
Datum Vydání 2021-07-08
Hodnocení 4.69/5 Celkem 16 Hodnocení
Vývojář https://docscreate.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://docscreate.com/
URL Stránky Zásad Ochrany Soukromí https://docscreate.com/privacyPolicy
Podporované Jazyky 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": [
        ""
    ]
}