Filters For Gmail

An extension that makes searching of gmail easy.

Filters For Gmail là gì?

Filters For Gmail là một tiện ích mở rộng Chrome được phát triển bởi Dotsquares Technologies, và tính năng chính của nó là "An extension that makes searching of gmail easy.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Filters For Gmail

Tải xuống các tệp mở rộng Filters For Gmail 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

                        Filters for gmail, recently developed chrome extension is an answer to finding mails as per the specific requirement. While it is easy to filter out received emails from the sent emails (received emails are in inbox and sent are in the sent folder), mails couldn’t be filtered out based on many other factors.

With Filters for gmail extension you can fetch results according to your requirement. For instance, you can filter out only those mails that have attachments, documents, spreadsheets, presentations or the ones that are marked with a yellow star, a purple star or as primary mail. Not just this, but you can also search the mails using other factors, such as: the person who sent it, the person whom the mail was sent, all the mails sent before a particular date, after a particular date.

Talking in detail about the extension, it is divided into three major parts: ‘category’, ‘label’ and ‘search box’.

Category : Select the right ‘category’ and you will find the mail you were looking for. The category includes options like: Attachments, drive, document, spreadsheet, presentation, yellow-star, purple-star, blue-info, user-label, no user label, primary, social, promotions, updates, forums, reservations, purchases.

Label : Choose the label from the list of labels available, and find the mail you are searching for. Label includes options like: inbox, sent, spam, draft, important, notes, scheduled, buzz, chats, mute, read mail, starred email, snoozed, trash, unread, voicemail.

Search box : If you are not able to search your email under the given category or labels, make use of search box to enter details like: from, to, cc, subject, list, filename, after, before, older, newer, older than, newer than, size, larger, smaller.

Finding emails has become easier than ever before with this extension that can be installed in Chrome within like no time. Finding a particular email with a certain specifications may have been a time consuming process, but not now, with Filters for gmail extension that has made it all a hassle free task.                    

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

Tên Filters For Gmail Filters For Gmail
ID ccjefgmjbaaboloplffkhdplfcohhnbk
URL Chính Thức https://chrome.google.com/webstore/detail/filters-for-gmail/ccjefgmjbaaboloplffkhdplfcohhnbk
Mô tả An extension that makes searching of gmail easy.
Kích Thước Tệp 1.38 MB
Số Lần Cài Đặt 471
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2020-02-25
Ngày Phát Hành 2020-02-25
Đánh Giá 4.67/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Dotsquares Technologies
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.dotsquares.com/privacy-notice
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Filters For Gmail",
    "version": "1.1.1",
    "description": "An extension that makes searching of gmail easy.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs",
        "alarms",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "assets\/images\/icons\/16x16.png",
            "32": "assets\/images\/icons\/32x32.png",
            "48": "assets\/images\/icons\/48x48.png",
            "128": "assets\/images\/icons\/128x128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/icons\/16x16.png",
        "32": "assets\/images\/icons\/32x32.png",
        "48": "assets\/images\/icons\/48x48.png",
        "128": "assets\/images\/icons\/128x128.png"
    },
    "manifest_version": 2
}