Gmail Filter Helper
This is a extension that help you create Gmail spam filter more easily and quickly by one click
What is Gmail Filter Helper?
Gmail Filter Helper is a Chrome extension developed by http://droidyue.com, and its main feature is "This is a extension that help you create Gmail spam filter more easily and quickly by one click".
Extension Screenshots
Download Gmail Filter Helper Extension CRX File
Download Gmail Filter Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a extension that help you create Gmail spam filter more easily and quickly by one click
Extension Basic Information
Name | |
ID | iodbdhjpfeokiciiicojjkpffcjnioda |
Official URL | https://chrome.google.com/webstore/detail/gmail-filter-helper/iodbdhjpfeokiciiicojjkpffcjnioda |
Description | This is a extension that help you create Gmail spam filter more easily and quickly by one click |
File Size | 16.46 KB |
Installation Count | 177 |
Current Version | 1.0 |
Last Updated | 2016-01-31 |
Publish Date | 2016-01-31 |
Developer | http://droidyue.com |
Payment Type | free |
Supported Languages | 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 } |