Reverse Conversation for Gmail™
This browser extension which reverse emails in conversation view.
Τι είναι το Reverse Conversation for Gmail™;
Το Reverse Conversation for Gmail™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Free Apps, και η κύρια λειτουργία του είναι "This browser extension which reverse emails in conversation view.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Reverse Conversation for Gmail™
Λήψη αρχείων επέκτασης Reverse Conversation for Gmail™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Want to reverse your e-mail thread inside Gmail so that the most recent emails inside a email thread are at the top of the page instead of the bottom? Install this extension today and you can reverse the emails inside Gmail instantly. To get started for reversing email conversations inside Gmail, here is what you need to do. Install our software extension Go into your Gmail account Click on any email which has a e-mail thread. Enable/disable our extension and you can see the layout of the emails changed. This is a simple extension which seeks to display the newest e-mails at the top of the e-mail thread instead of being at the bottom of the page. Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. This extension is not owned by, it is not licensed by and is not a subsidiary of Google Inc.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Reverse Conversation for Gmail™ |
ID | aenfolcbljflfehpenijphhikoljkdmd |
Επίσημο URL | https://chromewebstore.google.com/detail/reverse-conversation-for/aenfolcbljflfehpenijphhikoljkdmd |
Περιγραφή | This browser extension which reverse emails in conversation view. |
Μέγεθος Αρχείου | 284 KB |
Αριθμός Εγκαταστάσεων | 9,000 |
Τρέχουσα Έκδοση | 3.0.0 |
Τελευταία Ενημέρωση | 2022-03-31 |
Ημερομηνία Δημοσίευσης | 2021-10-29 |
Αξιολόγηση | 4.81/5 Συνολικά 21 Αξιολογήσεις |
Προγραμματιστής | Free Apps |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.freebusinessapps.net/privacy |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "pages\/popup.html", "default_title": "__MSG_browserActionTitle__" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "__MSG_appDescription__", "homepage_url": "https:\/\/reverse-conversation.freespeedcheck.net\/", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "manifest_version": 3, "name": "__MSG_appName__", "offline_enabled": true, "permissions": [ "storage" ], "short_name": "__MSG_appShortName__", "version": "3.0.0", "web_accessible_resources": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "resources": [ "styles\/content-style.css" ] } ] } |