Google App Launcher
Google App launcher created by H.Pleitez
What is Google App Launcher?
Google App Launcher is a Chrome extension developed by H. Pleitez, and its main feature is "Google App launcher created by H.Pleitez".
Extension Screenshots
Download Google App Launcher Extension CRX File
Download Google App Launcher 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
Google Apps Launcher was created for users to quickly open up Google Apps from an extension. The extension does not save any of your user data nor does it relay any information to any external server. The extension makes it seamless to open Google Apps, of your choosing, in a new tab. Google logos are registered trademarks of Google LLC. This extension may be updated at irregular intervals. - Herson Pleitez ©2018 Google LLC All rights reserved. Google and the Google logo are registered trademarks of Google LLC. v1.0 - Initial launch v1.2 - Visual redesign, including adding Dark Mode switch. v1.4 - GSuite Dashboard and Gmail links added
Extension Basic Information
Name | Google App Launcher |
ID | mbiingeofjaobdlcimmeamefmgjmcgdd |
Official URL | https://chromewebstore.google.com/detail/google-app-launcher/mbiingeofjaobdlcimmeamefmgjmcgdd |
Description | Google App launcher created by H.Pleitez |
File Size | 5.89 MB |
Installation Count | 3,852 |
Current Version | 1.4 |
Last Updated | 2020-04-22 |
Publish Date | 2020-04-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | H. Pleitez |
[email protected] | |
Payment Type | free |
Extension Website | https://sites.google.com/view/hpleitez/chrome-extensions |
Help Page URL | https://sites.google.com/view/hpleitez/contact-me |
Privacy Policy Page URL | https://sites.google.com/view/hpleitez/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "js\/popup.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "Google App Launcher by H. Pleitez" }, "description": "Google App launcher created by H.Pleitez ", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "manifest_version": 2, "name": "Google App Launcher", "version": "1.4" } |