Gmail Filter Helper

This is a extension that help you create Gmail spam filter more easily and quickly by one click

Gmail Filter Helper là gì?

Gmail Filter Helper là một tiện ích mở rộng Chrome được phát triển bởi http://droidyue.com, và tính năng chính của nó là "This is a extension that help you create Gmail spam filter more easily and quickly by one click".

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

screenshot

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

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

                        This is a extension that help you create Gmail spam filter more easily and quickly by one click                    

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

Tên Gmail Filter Helper Gmail Filter Helper
ID iodbdhjpfeokiciiicojjkpffcjnioda
URL Chính Thức https://chrome.google.com/webstore/detail/gmail-filter-helper/iodbdhjpfeokiciiicojjkpffcjnioda
Mô tả This is a extension that help you create Gmail spam filter more easily and quickly by one click
Kích Thước Tệp 16.46 KB
Số Lần Cài Đặt 177
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-01-31
Ngày Phát Hành 2016-01-31
Nhà Phát Triển http://droidyue.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Filter Helper",
    "description": "This is a extension that help you create Gmail spam filter more easily and quickly by one click",
    "version": "1.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "utils.js",
                "popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Gmail Spam Filter Helper",
        "default_icon": "icon_48.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}