Reverse Inbox
This extension helps you get through your oldest emails first while new ones are still coming in visible.
Co to jest Reverse Inbox?
Reverse Inbox to rozszerzenie Chrome opracowane przez https://reverseinbox.com, a jego główną funkcją jest „This extension helps you get through your oldest emails first while new ones are still coming in visible.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reverse Inbox
Pobierz pliki rozszerzeń Reverse Inbox 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
Reverse your Gmail Priority Inbox and get through the emails you meant to. New emails are added to the bottom of your inbox so you are not distracted to answer those first.
Podstawowe informacje o rozszerzeniu
Nazwa | Reverse Inbox |
ID | hpcchgjlaccmgmehofdkapefhkjadeha |
Oficjalny URL | https://chromewebstore.google.com/detail/reverse-inbox/hpcchgjlaccmgmehofdkapefhkjadeha |
Opis | This extension helps you get through your oldest emails first while new ones are still coming in visible. |
Rozmiar pliku | 904 KB |
Liczba instalacji | 36 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2020-07-14 |
Data Publikacji | 2020-07-14 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://reverseinbox.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.reverseinbox.com |
Adres URL Strony Pomocy | http://www.reverseinbox.com/ |
Adres URL Strony Polityki Prywatności | http://reverseinbox.com/privacy-policy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reverse Inbox", "version": "1.3", "description": "This extension helps you get through your oldest emails first while new ones are still coming in visible.", "browser_action": { "default_popup": "src\/browser_action\/browser_action.html", "default_icon": "icons\/32.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/script.js" ], "css": [ "css\/style.css" ], "matches": [ "*:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/mail.google.com\/*" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "manifest_version": 2 } |