Single Click for for Google™ Apps

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

Qu'est-ce que Single Click for for Google™ Apps ?

Single Click for for Google™ Apps est une extension Chrome développée par http://www.ronchalant.com, et sa fonction principale est "Allow users to select apps from App Launcher that will give single-click access".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Single Click for for Google™ Apps

Téléchargez les fichiers d'extension Single Click for for Google™ Apps au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Single Click for for Google™ Apps Single Click for for Google™ Apps
ID mgobllckpakpkklabajnipmeedenicfk
URL Officiel https://chrome.google.com/webstore/detail/single-click-for-for-goog/mgobllckpakpkklabajnipmeedenicfk
Description Allow users to select apps from App Launcher that will give single-click access
Taille du Fichier 260 KB
Nombre d'Installations 235
Version Actuelle 0.6
Dernière Mise à Jour 2013-10-28
Date de Publication 2013-10-28
Évaluation 4.86/5 Total 7 Évaluations
Développeur http://www.ronchalant.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}