Better download all attachments for Gmail™

This extension permits you to download all files attached, in a mail, separately on Gmail™

Better download all attachments for Gmail™란 무엇입니까?

Better download all attachments for Gmail™은(는) mlazzje에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension permits you to download all files attached, in a mail, separately on Gmail™"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Better download all attachments for Gmail™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is a google chrome (open source) extension. It permits you to download all files attached in a mail without downloading the archive created automatically by Gmail. Now, you can also download all the attachments in the conversation!

Developed by medric && mlazzje

Original idea of Stéphane

***** GMAIL NEW UI IS SUPPORTED *****

***** MAC IS NOT YET SUPPORTED *****

GitHub project available here: https://github.com/mlazzje/gmail-dl-all-attachments-for-chrome                    

확장 프로그램 기본 정보

이름 Better download all attachments for Gmail™ Better download all attachments for Gmail™
ID eehnjaacbphnfgipdcfeaepafihfhnkm
공식 URL https://chromewebstore.google.com/detail/better-download-all-attac/eehnjaacbphnfgipdcfeaepafihfhnkm
설명 This extension permits you to download all files attached, in a mail, separately on Gmail™
파일 크기 57.95 KB
설치 횟수 7,000
현재 버전 1.1.0
최근 업데이트 2023-02-16
출시 날짜 2018-05-29
평점 2.86/5 총 35 개의 평점
개발자 mlazzje
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/mlazzje/gmail-dl-all-attachments
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better download all attachments for Gmail\u2122",
    "short_name": "Better download all",
    "description": "__MSG_description__",
    "version": "1.1.0",
    "default_locale": "en",
    "icons": {
        "16": "img\/logo_16.png",
        "48": "img\/logo_48.png",
        "128": "img\/logo_128.png"
    },
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/mail-attachment.googleusercontent.com\/",
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "google-analytics-bundle.js",
                "inboxsdk.js",
                "util.js",
                "app.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/save.png",
        "img\/save_toolbar.png"
    ]
}