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…

Was ist Recent Document?

Recent Document ist eine Chrome-Erweiterung, die von planben entwickelt wurde, und ihr Hauptmerkmal ist "With the Recent Document Chrome extension you'll be able to access your recent Google document with one click! just click on the…".

Recent Document-Erweiterungs-CRX-Datei herunterladen

Laden Sie Recent Document-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Recent Document Recent Document
ID bdnommjlfedklkadfiikdmlncjicmfbi
Offizielle URL https://chromewebstore.google.com/detail/recent-document/bdnommjlfedklkadfiikdmlncjicmfbi
Beschreibung With the Recent Document Chrome extension you'll be able to access your recent Google document with one click! just click on the…
Dateigröße 116 KB
Installationsanzahl 24
Aktuelle Version 1.2
Letztes Update 2017-08-08
Veröffentlichungsdatum 2017-08-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler planben
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}