waldo

Manage your Gmail attachments easily

waldo란 무엇입니까?

waldo은(는) Brain Motion에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your Gmail attachments easily"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

waldo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Waldo lets you search and manage attachments in your Gmail mailbox easily, without having to scroll through hundreds of different messages to find a file. Search by file type, file name, sender's address or email topic. Sort by date or size, download or delete old attachments directly from Waldo while keeping the original email, and save Gigabytes and hours every month!                    

확장 프로그램 기본 정보

이름 waldo waldo
ID dcleeeblkgocgkdbbloglnolodhnkcem
공식 URL https://chrome.google.com/webstore/detail/dcleeeblkgocgkdbbloglnolodhnkcem
설명 Manage your Gmail attachments easily
파일 크기 706 KB
설치 횟수 281
현재 버전 1.1.3
최근 업데이트 2020-05-17
출시 날짜 2020-05-16
평점 5.00/5 총 2 개의 평점
개발자 Brain Motion
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.getwaldo.app/
도움말 페이지 URL https://www.getwaldo.app/contacts
개인정보 보호 정책 페이지 URL https://www.getwaldo.app/policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "waldo",
    "description": "Manage your Gmail attachments easily",
    "version": "1.1.3",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/bootstrap.min.js",
                "js\/jquery.bootpag.js",
                "js\/jquery.bootpag.min.js",
                "content-script.js",
                "pdf.js",
                "pdf.worker.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "icons": {
        "16": "waldo_icon_16.png",
        "48": "waldo_icon_48.png",
        "128": "waldo_icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "waldo_icon_128.png"
        }
    },
    "web_accessible_resources": [
        "popup.html",
        "img\/*.svg"
    ],
    "background": {
        "scripts": [
            "background.js",
            "js\/jquery-3.4.1.min.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "https:\/\/apis.google.com\/js\/api.js",
        "https:\/\/www.googleapis.com\/",
        "identity",
        "identity.email",
        "http:\/\/52.29.18.30\/",
        "https:\/\/script.google.com\/"
    ],
    "oauth2": {
        "client_id": "990405830857-bm9e4v579ehineo17aph32h6h3i6pt6b.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/mail.google.com\/"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com 'unsafe-eval'; object-src 'self'"
}