Login Tab - Faster access to favorite sites
Enjoy quick access to your favorite social, shopping, and entertainment sites
Что такое Login Tab - Faster access to favorite sites?
Login Tab - Faster access to favorite sites - это расширение Chrome, разработанное logintabext, и его основная функция - "Enjoy quick access to your favorite social, shopping, and entertainment sites".
Снимки экрана расширения
Скачать файл CRX расширения Login Tab - Faster access to favorite sites
Скачайте файлы расширений Login Tab - Faster access to favorite sites в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
With Login Tab you get fast access to your favorite social, shopping, and entertainment sites, all in one place. The extension also features New Tab search functionality, making it easy to search for anything right from the new tab. Use Login Tab to: Quickly access email, social, shopping, and entertainment sites Create shortcuts to favorite sites Use the New tab search, included with the extension For easy access to shortcuts, we recommend pinning the extension to your browser toolbar. The extension requests the following permissions: * Set your new tab page search to Login-Tab * Can read and change your data on sites: https://.login-tab.com/ By clicking “ADD TO CHROME”, you accept and agree to install the Login Tab Chrome Extension, set the Chrome™ New Tab to Login Tab, and to the Terms of Use, and Privacy Policy. Search results are coming from Yahoo. Terms of Use: https://www.login-tab.com/terms-of-use Privacy Policy: https://www.login-tab.com/privacy-policy You may uninstall the extension at any time. To remove our extension from Google Chrome: 1) Click on the three vertical dots icon in the upper right-hand corner of your Chrome browser. 2) Go to "Settings.” 3) In the left menu that appears, click on "Extensions.” 4) From the list of installed Extensions, locate the extension you would like to uninstall. 5) To remove the extension, click on the "Remove" button, which is to the right of the "Details" button (for the extension you wish to uninstall). 6) Close your browser completely and reopen it. The extension should now be removed from your browser. For assistance from our customer service team, please email us at [email protected]
Основная информация о расширении
Название | |
ID | mcaofkkakndmikngmjikfgdeokfalfdg |
Официальный URL | https://chromewebstore.google.com/detail/login-tab-faster-access-t/mcaofkkakndmikngmjikfgdeokfalfdg |
Описание | Enjoy quick access to your favorite social, shopping, and entertainment sites |
Размер файла | 494 KB |
Количество установок | 11 |
Текущая Версия | 0.0.8 |
Последнее Обновление | 2023-12-08 |
Дата публикации | 2020-12-09 |
Разработчик | logintabext |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.login-tab.com/ |
URL страницы помощи | https://www.login-tab.com/contact |
URL страницы политики конфиденциальности | https://www.login-tab.com/privacy-policy |
Поддерживаемые языки | en |
manifest.json | |
{ "background": { "service_worker": "util.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.login-tab.com\/*" ], "js": [ "js\/beacon-script.js" ] } ], "manifest_version": 3, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png", "512": "icons\/512.png" }, "description": "__MSG_appDesc__", "name": "__MSG_appStoreName__", "default_locale": "en", "host_permissions": [ "https:\/\/*.login-tab.com\/*" ], "permissions": [ "storage", "scripting", "alarms" ], "chrome_url_overrides": { "newtab": "new-tab\/new-tab.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.8" } |