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 |
| 官方網址 | 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. |
| 電子郵箱 | [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"
}
} | |