Gmail Move-To-Top Attachment
Automatically moves Gmail email attachments to the top of the email for a better experience
Gmail Move-To-Top Attachmentとは何ですか?
Gmail Move-To-Top AttachmentはFabio B.によって開発されたChromeの拡張機能で、その主な機能は「Automatically moves Gmail email attachments to the top of the email for a better experience」です。
拡張機能のスクリーンショット
Gmail Move-To-Top Attachment拡張機能のCRXファイルをダウンロード
Gmail Move-To-Top Attachment拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A small tool that automatically moves your Gmail email attachment to the top of the email for a better user experience and a gain in productivity. 拡張機能の基本情報
| 名前 | |
| ID | pchhdadkgoameiaolfngnkmpbplnlcda |
| 公式URL | https://chromewebstore.google.com/detail/gmail-move-to-top-attachm/pchhdadkgoameiaolfngnkmpbplnlcda |
| 説明 | Automatically moves Gmail email attachments to the top of the email for a better experience |
| ファイルサイズ | 8.74 KB |
| インストール数 | 11,020 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2023-07-04 |
| 公開日 | 2022-02-02 |
| 評価 | 3.30/5 合計 10 レビュー |
| 開発者 | Fabio B. |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gmail Move-To-Top Attachment",
"description": "Automatically moves Gmail email attachments to the top of the email for a better experience",
"version": "1.1",
"manifest_version": 3,
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"arrive.min.js",
"script.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |