@ttaché: The Gmail Attachments Manager

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

@ttaché: The Gmail Attachments Manager là gì?

@ttaché: The Gmail Attachments Manager là một tiện ích mở rộng Chrome được phát triển bởi https://tryattache.com, và tính năng chính của nó là "@ttaché helps you quickly and easily locate important attachments in Gmail.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng @ttaché: The Gmail Attachments Manager

Tải xuống các tệp mở rộng @ttaché: The Gmail Attachments Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên @ttaché: The Gmail Attachments Manager @ttaché: The Gmail Attachments Manager
ID alakkopignpnkllkcaoemffohkjilebj
URL Chính Thức https://chromewebstore.google.com/detail/ttach%C3%A9-the-gmail-attachme/alakkopignpnkllkcaoemffohkjilebj
Mô tả @ttaché helps you quickly and easily locate important attachments in Gmail.
Kích Thước Tệp 273 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 0.1.8
Cập Nhật Lần Cuối 2020-06-13
Ngày Phát Hành 2020-06-13
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://tryattache.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tryattache.com
URL Trang Chính Sách Bảo Mật https://www.tryattache.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}