Gmail Filter Helper

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

Apa itu Gmail Filter Helper?

Gmail Filter Helper adalah ekstensi Chrome yang dikembangkan oleh http://droidyue.com, dan fitur utamanya adalah "This is a extension that help you create Gmail spam filter more easily and quickly by one click".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gmail Filter Helper

Unduh file ekstensi Gmail Filter Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Gmail Filter Helper Gmail Filter Helper
ID iodbdhjpfeokiciiicojjkpffcjnioda
URL Resmi https://chrome.google.com/webstore/detail/gmail-filter-helper/iodbdhjpfeokiciiicojjkpffcjnioda
Deskripsi This is a extension that help you create Gmail spam filter more easily and quickly by one click
Ukuran File 16.46 KB
Jumlah Instalasi 177
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-01-31
Tanggal Publikasi 2016-01-31
Pengembang http://droidyue.com
Tipe Pembayaran free
Bahasa yang Didukung 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
}