Single Click for for Google™ Apps

Allow users to select apps from App Launcher that will give single-click access

Wat is Single Click for for Google™ Apps?

Single Click for for Google™ Apps is een Chrome-extensie ontwikkeld door http://www.ronchalant.com, en de belangrijkste functie is "Allow users to select apps from App Launcher that will give single-click access".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Single Click for for Google™ Apps

Download Single Click for for Google™ Apps-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

                        Restores one-click options for users based on app-launcher entries.

The applications listed in the App Launcher within compatible google pages will now have checkboxes to toggle one-click access to these sites.

This beta extension only works for users who have Google Plus. A release is forthcoming to support users w/o Google Plus.                    

Basisinformatie over de Extensie

Naam Single Click for for Google™ Apps Single Click for for Google™ Apps
ID mgobllckpakpkklabajnipmeedenicfk
Officiële URL https://chrome.google.com/webstore/detail/single-click-for-for-goog/mgobllckpakpkklabajnipmeedenicfk
Beschrijving Allow users to select apps from App Launcher that will give single-click access
Bestandsgrootte 260 KB
Aantal Installaties 235
Huidige Versie 0.6
Laatst Bijgewerkt 2013-10-28
Publicatiedatum 2013-10-28
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar http://www.ronchalant.com
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": [
        {
            "email": "[email protected]",
            "name": "Ron Rudy"
        }
    ],
    "name": "Single Click for for Google\u2122 Apps",
    "description": "Allow users to select apps from App Launcher that will give single-click access",
    "version": "0.6",
    "icons": {
        "48": "images\/sandbar-icon-48.png",
        "128": "images\/sandbar-icon-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/mail.google.com\/*",
        "https:\/\/www.google.com\/*"
    ],
    "content_scripts": [
        {
            "css": [],
            "js": [
                "src\/jquery.js",
                "app\/restore.js"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/jquery.min.map"
    ]
}