Gmail Move-To-Top Attachment
Automatically moves Gmail email attachments to the top of the email for a better experience
Vad är Gmail Move-To-Top Attachment?
Gmail Move-To-Top Attachment är en Chrome-tillägg utvecklad av Fabio B., och dess huvudfunktion är "Automatically moves Gmail email attachments to the top of the email for a better experience".
Tilläggsskärmbilder
Ladda ner Gmail Move-To-Top Attachment-förlängningens CRX-fil
Ladda ner Gmail Move-To-Top Attachment-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | pchhdadkgoameiaolfngnkmpbplnlcda |
| Officiell webbadress | https://chromewebstore.google.com/detail/gmail-move-to-top-attachm/pchhdadkgoameiaolfngnkmpbplnlcda |
| Beskrivning | Automatically moves Gmail email attachments to the top of the email for a better experience |
| Filstorlek | 8.74 KB |
| Antal Installationer | 11,020 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2023-07-04 |
| Publiceringsdatum | 2022-02-02 |
| Betyg | 3.30/5 Totalt 10 Betyg |
| Utvecklare | Fabio B. |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |