Reverse Inbox
This extension helps you get through your oldest emails first while new ones are still coming in visible.
Qu'est-ce que Reverse Inbox ?
Reverse Inbox est une extension Chrome développée par https://reverseinbox.com, et sa fonction principale est "This extension helps you get through your oldest emails first while new ones are still coming in visible.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reverse Inbox
Téléchargez les fichiers d'extension Reverse Inbox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Reverse Inbox |
ID | hpcchgjlaccmgmehofdkapefhkjadeha |
URL Officiel | https://chromewebstore.google.com/detail/reverse-inbox/hpcchgjlaccmgmehofdkapefhkjadeha |
Description | This extension helps you get through your oldest emails first while new ones are still coming in visible. |
Taille du Fichier | 904 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2020-07-14 |
Date de Publication | 2020-07-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://reverseinbox.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.reverseinbox.com |
URL de la Page d'Aide | http://www.reverseinbox.com/ |
URL de la Page de Politique de Confidentialité | http://reverseinbox.com/privacy-policy |
Langues Prises en Charge | 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 } |