Google App Launcher

Google App launcher created by H.Pleitez

Что такое Google App Launcher?

Google App Launcher - это расширение Chrome, разработанное H. Pleitez, и его основная функция - "Google App launcher created by H.Pleitez".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Google App Launcher

Скачайте файлы расширений Google App Launcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Google App Launcher Google App Launcher
ID mbiingeofjaobdlcimmeamefmgjmcgdd
Официальный URL https://chromewebstore.google.com/detail/google-app-launcher/mbiingeofjaobdlcimmeamefmgjmcgdd
Описание Google App launcher created by H.Pleitez
Размер файла 5.89 MB
Количество установок 3,852
Текущая Версия 1.4
Последнее Обновление 2020-04-22
Дата публикации 2020-04-22
Рейтинг 5.00/5 Всего 1 оценок
Разработчик H. Pleitez
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://sites.google.com/view/hpleitez/chrome-extensions
URL страницы помощи https://sites.google.com/view/hpleitez/contact-me
URL страницы политики конфиденциальности https://sites.google.com/view/hpleitez/privacy-policy
Поддерживаемые языки 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"
}