@ttaché: The Gmail Attachments Manager
@ttaché helps you quickly and easily locate important attachments in Gmail.
Τι είναι το @ttaché: The Gmail Attachments Manager;
Το @ttaché: The Gmail Attachments Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tryattache.com, και η κύρια λειτουργία του είναι "@ttaché helps you quickly and easily locate important attachments in Gmail.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης @ttaché: The Gmail Attachments Manager
Λήψη αρχείων επέκτασης @ttaché: The Gmail Attachments Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
@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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | @ttaché: The Gmail Attachments Manager |
ID | alakkopignpnkllkcaoemffohkjilebj |
Επίσημο URL | https://chromewebstore.google.com/detail/ttach%C3%A9-the-gmail-attachme/alakkopignpnkllkcaoemffohkjilebj |
Περιγραφή | @ttaché helps you quickly and easily locate important attachments in Gmail. |
Μέγεθος Αρχείου | 273 KB |
Αριθμός Εγκαταστάσεων | 57 |
Τρέχουσα Έκδοση | 0.1.8 |
Τελευταία Ενημέρωση | 2020-06-13 |
Ημερομηνία Δημοσίευσης | 2020-06-13 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://tryattache.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.tryattache.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.tryattache.com/privacy |
Υποστηριζόμενες Γλώσσες | 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" } } |