Single Click for for Google™ Apps
Allow users to select apps from App Launcher that will give single-click access
Was ist Single Click for for Google™ Apps?
Single Click for for Google™ Apps ist eine Chrome-Erweiterung, die von http://www.ronchalant.com entwickelt wurde, und ihr Hauptmerkmal ist "Allow users to select apps from App Launcher that will give single-click access".
Erweiterungsscreenshots
Single Click for for Google™ Apps-Erweiterungs-CRX-Datei herunterladen
Laden Sie Single Click for for Google™ Apps-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mgobllckpakpkklabajnipmeedenicfk |
Offizielle URL | https://chrome.google.com/webstore/detail/single-click-for-for-goog/mgobllckpakpkklabajnipmeedenicfk |
Beschreibung | Allow users to select apps from App Launcher that will give single-click access |
Dateigröße | 260 KB |
Installationsanzahl | 235 |
Aktuelle Version | 0.6 |
Letztes Update | 2013-10-28 |
Veröffentlichungsdatum | 2013-10-28 |
Bewertung | 4.86/5 Insgesamt 7 Bewertungen |
Entwickler | http://www.ronchalant.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |