waldo

Manage your Gmail attachments easily

waldo क्या है?

waldo Brain Motion द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your Gmail attachments easily"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में waldo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}