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은(는) https://www.gmail-reverse-conversation.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "How to reverse your Gmail conversation threads to show in chronological order"입니다.
확장 프로그램 스크린샷
Gmail Conversation Thread Reversal by cloudHQ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |