@ttaché: The Gmail Attachments Manager

@ttaché helps you quickly and easily locate important attachments in Gmail.

Cos'è @ttaché: The Gmail Attachments Manager?

@ttaché: The Gmail Attachments Manager è un'estensione di Chrome sviluppata da https://tryattache.com, e la sua funzione principale è "@ttaché helps you quickly and easily locate important attachments in Gmail.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione @ttaché: The Gmail Attachments Manager

Scarica i file di estensione @ttaché: The Gmail Attachments Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        @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.                    

Informazioni di Base sull'Estensione

Nome @ttaché: The Gmail Attachments Manager @ttaché: The Gmail Attachments Manager
ID alakkopignpnkllkcaoemffohkjilebj
URL Ufficiale https://chromewebstore.google.com/detail/ttach%C3%A9-the-gmail-attachme/alakkopignpnkllkcaoemffohkjilebj
Descrizione @ttaché helps you quickly and easily locate important attachments in Gmail.
Dimensione del File 273 KB
Conteggio Installazioni 57
Versione Corrente 0.1.8
Ultimo Aggiornamento 2020-06-13
Data di Pubblicazione 2020-06-13
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://tryattache.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.tryattache.com
URL della Pagina della Politica sulla Privacy https://www.tryattache.com/privacy
Lingue Supportate 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"
    }
}