Suite Shortcuts

Lightning fast access to your favourite tools

Wat is Suite Shortcuts?

Suite Shortcuts is een Chrome-extensie ontwikkeld door _collard, en de belangrijkste functie is "Lightning fast access to your favourite tools".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Suite Shortcuts

Download Suite Shortcuts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Suite Shortcuts Suite Shortcuts
ID fjncmkijpafmbjjbcnkddkgdlifhdofm
Officiële URL https://chrome.google.com/webstore/detail/suite-shortcuts/fjncmkijpafmbjjbcnkddkgdlifhdofm
Beschrijving Lightning fast access to your favourite tools
Bestandsgrootte 11.62 KB
Aantal Installaties 71
Huidige Versie 1.0
Laatst Bijgewerkt 2020-06-15
Publicatiedatum 2020-06-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar _collard
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}