Recent Document

With the Recent Document Chrome extension you'll be able to access your recent Google document with one click! just click on the…

Cos'è Recent Document?

Recent Document è un'estensione di Chrome sviluppata da planben, e la sua funzione principale è "With the Recent Document Chrome extension you'll be able to access your recent Google document with one click! just click on the…".

Scarica il file CRX dell'estensione Recent Document

Scarica i file di estensione Recent Document 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

                        With the Recent Document Chrome extension you'll be able to access your recent Google document with one click! just click on the Chrome extension icon and it will navigate you to your recent viewed document.
The chrome extension supports Google Drive, Google Docs and Google Sheets.                    

Informazioni di Base sull'Estensione

Nome Recent Document Recent Document
ID bdnommjlfedklkadfiikdmlncjicmfbi
URL Ufficiale https://chromewebstore.google.com/detail/recent-document/bdnommjlfedklkadfiikdmlncjicmfbi
Descrizione With the Recent Document Chrome extension you'll be able to access your recent Google document with one click! just click on the…
Dimensione del File 116 KB
Conteggio Installazioni 24
Versione Corrente 1.2
Ultimo Aggiornamento 2017-08-08
Data di Pubblicazione 2017-08-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore planben
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent Document",
    "version": "1.2",
    "manifest_version": 2,
    "permissions": [
        "identity",
        "*:\/\/*.google.com\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/16-icon.png",
            "19": "images\/19-icon.png",
            "38": "images\/38-icon.png",
            "48": "images\/48-icon.png"
        },
        "default_title": "Document is not ready yet!"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src https:\/\/*.google.com 'unsafe-eval'; object-src 'self'",
    "oauth2": {
        "client_id": "601222181180-gpomc06vnr7e1u7hmn9itq03ej7rn243.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    }
}