Gmail Conversation Thread Reversal by cloudHQ
How to reverse your Gmail conversation threads to show in chronological order
Τι είναι το Gmail Conversation Thread Reversal by cloudHQ;
Το Gmail Conversation Thread Reversal by cloudHQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.gmail-reverse-conversation.com, και η κύρια λειτουργία του είναι "How to reverse your Gmail conversation threads to show in chronological order".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gmail Conversation Thread Reversal by cloudHQ
Λήψη αρχείων επέκτασης Gmail Conversation Thread Reversal by cloudHQ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Do you keep getting confused with how Gmail presents your email conversation threads? You're not alone. That's why we created Gmail Conversation Thread Reversal so that you can see the latest email of a conversation on the top of your email thread, instead of at the bottom. With the click of a button, you can reverse your email thread to display your conversation in chronological order so that you can get a clearer picture of what's going on, more quickly. cloudHQ. Helping your productivity, 1 click at a time. Website: https://www.cloudhq.net App website: https://www.gmail-reverse-conversation.com/ Pricing: https://www.gmail-reverse-conversation.com//pricing Support page: https://support.cloudhq.net/category/browser-extensions/gmail-reverse-conversation/ Blog: https://blog.cloudhq.net
Βασικές Πληροφορίες Επέκτασης
Όνομα | Gmail Conversation Thread Reversal by cloudHQ |
ID | fkplphcelnmocakmefjmpnohnfgkibkk |
Επίσημο URL | https://chromewebstore.google.com/detail/gmail-conversation-thread/fkplphcelnmocakmefjmpnohnfgkibkk |
Περιγραφή | How to reverse your Gmail conversation threads to show in chronological order |
Μέγεθος Αρχείου | 152 KB |
Αριθμός Εγκαταστάσεων | 50,011 |
Τρέχουσα Έκδοση | 1.0.0.2 |
Τελευταία Ενημέρωση | 2023-12-07 |
Ημερομηνία Δημοσίευσης | 2020-05-11 |
Αξιολόγηση | 4.28/5 Συνολικά 57 Αξιολογήσεις |
Προγραμματιστής | https://www.gmail-reverse-conversation.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.gmail-reverse-conversation.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://support.cloudhq.net/category/browser-extensions/gmail-reverse-conversation/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.cloudhq.net/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net", "web_accessible_resources": [ "javascripts\/*", "icons\/*", "*" ], "name": "Gmail Conversation Thread Reversal by cloudHQ", "short_name": "Gmail Reverse Conversation by cloudHQ", "icons": { "128": "icons\/icon-128x128.png", "48": "icons\/icon-48x48.png" }, "browser_action": { "default_icon": "icons\/gmail_reverse_conversation.png" }, "converted_from_user_script": true, "background": { "persistent": true, "scripts": [ "javascripts\/jquery-3.3.1.min.js", "javascripts\/background.js" ] }, "content_scripts": [ { "exclude_globs": [], "css": [ "stylesheets\/popover.css", "stylesheets\/main_gmail_reverse_conversation.css" ], "include_globs": [], "js": [ "javascripts\/inboxsdk.js", "javascripts\/main_gmail_reverse_conversation_loader.js" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ] } ], "version": "1.0.0.2", "description": "How to reverse your Gmail conversation threads to show in chronological order", "permissions": [ "storage", "background", "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", "https:\/\/www.cloudhq.net\/" ], "manifest_version": 2 } |