@ttaché: The Gmail Attachments Manager
@ttaché helps you quickly and easily locate important attachments in Gmail.
Was ist @ttaché: The Gmail Attachments Manager?
@ttaché: The Gmail Attachments Manager ist eine Chrome-Erweiterung, die von https://tryattache.com entwickelt wurde, und ihr Hauptmerkmal ist "@ttaché helps you quickly and easily locate important attachments in Gmail.".
Erweiterungsscreenshots
@ttaché: The Gmail Attachments Manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie @ttaché: The Gmail Attachments Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
@ttaché displays all your attachments in one easy-to-use list. You can then quickly filter attachments by sender, date, size, filetype, file name and more. View the original email with a single click. Do you know where important files are buried in your Gmail archive? Probably not. Forgot what is in your giant archive of email attachments? @ttaché reveals all your email attachments, helps you figure out what's there and lets you find specific attachments fast.
Grundlegende Informationen zur Erweiterung
Name | @ttaché: The Gmail Attachments Manager |
ID | alakkopignpnkllkcaoemffohkjilebj |
Offizielle URL | https://chromewebstore.google.com/detail/ttach%C3%A9-the-gmail-attachme/alakkopignpnkllkcaoemffohkjilebj |
Beschreibung | @ttaché helps you quickly and easily locate important attachments in Gmail. |
Dateigröße | 273 KB |
Installationsanzahl | 57 |
Aktuelle Version | 0.1.8 |
Letztes Update | 2020-06-13 |
Veröffentlichungsdatum | 2020-06-13 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://tryattache.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.tryattache.com |
URL der Datenschutzrichtlinien-Seite | https://www.tryattache.com/privacy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "@ttach\u00e9: The Gmail Attachments Manager", "version": "0.1.8", "description": "@ttach\u00e9 helps you quickly and easily locate important attachments in Gmail.", "permissions": [ "identity", "storage", "*:\/\/*.google.com\/*" ], "oauth2": { "client_id": "632087533527-pepuqj7ba9pjd65dt5aug8m2ms48v8vi.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/gmail.readonly" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "mp.js", "axios.js", "vue.js", "lodash.js", "moment.min.js", "app.js" ], "css": [ "app.css" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "attach-logo.png", "attach-logo-circle.png", "loading.gif", "icons\/*.svg", "icons\/file.png" ], "icons": { "128": "attache-logo.png" } } |