Docs Creator - Google Drive Assistant

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

Cos'è Docs Creator - Google Drive Assistant?

Docs Creator - Google Drive Assistant è un'estensione di Chrome sviluppata da https://docscreate.com, e la sua funzione principale è "Create new docs, sheets, slides and view google drive files from your browser bar.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Docs Creator - Google Drive Assistant

Scarica i file di estensione Docs Creator - Google Drive Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Docs Creator - Google Drive Assistant Docs Creator - Google Drive Assistant
ID dehdfphabgkllffpepfmahleiphflgbm
URL Ufficiale https://chromewebstore.google.com/detail/docs-creator-google-drive/dehdfphabgkllffpepfmahleiphflgbm
Descrizione Create new docs, sheets, slides and view google drive files from your browser bar.
Dimensione del File 295 KB
Conteggio Installazioni 225,383
Versione Corrente 3.9.7
Ultimo Aggiornamento 2024-03-01
Data di Pubblicazione 2021-07-08
Valutazione 4.69/5 Totale 16 Valutazioni
Sviluppatore https://docscreate.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://docscreate.com/
URL della Pagina della Politica sulla Privacy https://docscreate.com/privacyPolicy
Lingue Supportate 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": [
        ""
    ]
}