Suite Shortcuts

Lightning fast access to your favourite tools

What is Suite Shortcuts?

Suite Shortcuts is a Chrome extension developed by _collard, and its main feature is "Lightning fast access to your favourite tools".

Extension Screenshots

screenshot

Download Suite Shortcuts Extension CRX File

Download Suite Shortcuts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Suite Shortcuts Suite Shortcuts
ID fjncmkijpafmbjjbcnkddkgdlifhdofm
Official URL https://chrome.google.com/webstore/detail/suite-shortcuts/fjncmkijpafmbjjbcnkddkgdlifhdofm
Description Lightning fast access to your favourite tools
File Size 11.62 KB
Installation Count 71
Current Version 1.0
Last Updated 2020-06-15
Publish Date 2020-06-15
Rating 5.00/5 Total 1 Ratings
Developer _collard
Email [email protected]
Payment Type free
Supported Languages 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'"
}