Suite Shortcuts

Lightning fast access to your favourite tools

Cos'è Suite Shortcuts?

Suite Shortcuts è un'estensione di Chrome sviluppata da _collard, e la sua funzione principale è "Lightning fast access to your favourite tools".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Suite Shortcuts

Scarica i file di estensione Suite Shortcuts 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

                        Create new Documents, Slides or Sheets or open their drive homepage in one click.

Type shortcuts in your browse bar for even faster access:

Create new files
new/doc
new/slide
new/sheet

Go to their drive
go/docs
go/slides
go/sheets                    

Informazioni di Base sull'Estensione

Nome Suite Shortcuts Suite Shortcuts
ID fjncmkijpafmbjjbcnkddkgdlifhdofm
URL Ufficiale https://chrome.google.com/webstore/detail/suite-shortcuts/fjncmkijpafmbjjbcnkddkgdlifhdofm
Descrizione Lightning fast access to your favourite tools
Dimensione del File 11.62 KB
Conteggio Installazioni 71
Versione Corrente 1.0
Ultimo Aggiornamento 2020-06-15
Data di Pubblicazione 2020-06-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore _collard
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Suite Shortcuts",
    "description": "Lightning fast access to your favourite tools",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/*.bootstrapcdn.com; object-src 'self'"
}