Gmail Filter Helper
This is a extension that help you create Gmail spam filter more easily and quickly by one click
什麼是Gmail Filter Helper?
Gmail Filter Helper是由http://droidyue.com開發的Chrome擴展程式,該擴展的主要功能是“This is a extension that help you create Gmail spam filter more easily and quickly by one click”。
擴展截圖
下載Gmail Filter Helper擴展crx文件
下載Gmail Filter Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a extension that help you create Gmail spam filter more easily and quickly by one click
擴展基本資訊
名稱 | |
ID | iodbdhjpfeokiciiicojjkpffcjnioda |
官方網址 | https://chrome.google.com/webstore/detail/gmail-filter-helper/iodbdhjpfeokiciiicojjkpffcjnioda |
簡介 | This is a extension that help you create Gmail spam filter more easily and quickly by one click |
檔案大小 | 16.46 KB |
安裝次數 | 177 |
目前版本 | 1.0 |
更新時間 | 2016-01-31 |
上架時間 | 2016-01-31 |
開發者 | http://droidyue.com |
付費類型 | free |
支援的語言 | 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 } |