Reverse Inbox
This extension helps you get through your oldest emails first while new ones are still coming in visible.
Reverse Inboxとは何ですか?
Reverse Inboxはhttps://reverseinbox.comによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you get through your oldest emails first while new ones are still coming in visible.」です。
拡張機能のスクリーンショット
Reverse Inbox拡張機能のCRXファイルをダウンロード
Reverse Inbox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Reverse Inbox |
ID | hpcchgjlaccmgmehofdkapefhkjadeha |
公式URL | https://chromewebstore.google.com/detail/reverse-inbox/hpcchgjlaccmgmehofdkapefhkjadeha |
説明 | This extension helps you get through your oldest emails first while new ones are still coming in visible. |
ファイルサイズ | 904 KB |
インストール数 | 36 |
現在のバージョン | 1.3 |
最終更新日 | 2020-07-14 |
公開日 | 2020-07-14 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://reverseinbox.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.reverseinbox.com |
ヘルプページのURL | http://www.reverseinbox.com/ |
プライバシーポリシーページのURL | http://reverseinbox.com/privacy-policy |
対応言語 | 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 } |