listy.email
listy.email new tab
Co to jest listy.email?
listy.email to rozszerzenie Chrome opracowane przez Listy.email, a jego główną funkcją jest „listy.email new tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia listy.email
Pobierz pliki rozszerzeń listy.email w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This free extension enhances your new tab page by providing: 1.Shortcuts to popular email providers (Gmail, Hotmail, YMail & AOL Mail) 2. Shortcuts to top sites including Facebook, Youtube & Amazon.. 3. Easy access to Yahoo Search via the search box. 4. Clock in the upper right hand corner. It's free to try so go ahead and try it!
Podstawowe informacje o rozszerzeniu
Nazwa | listy.email |
ID | aoekkpoenkmdemcheddbmclndonmiplc |
Oficjalny URL | https://chromewebstore.google.com/detail/listyemail/aoekkpoenkmdemcheddbmclndonmiplc |
Opis | listy.email new tab |
Rozmiar pliku | 41.33 KB |
Liczba instalacji | 730 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2021-03-04 |
Data Publikacji | 2021-03-04 |
Deweloper | Listy.email |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://listy.email |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "listy.email", "short_name": "listy.email", "description": "listy.email new tab", "version": "1.0.0", "version_name": "1.0.0", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "offline_enabled": true, "permissions": [ "chrome:\/\/favicon\/" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |