Gmail Sender Finder

Find where your emails are sent from and organize your gmail using labels with just one click.

什么是Gmail Sender Finder?

Gmail Sender Finder是由Can Ozturk开发的Chrome扩展程序,该扩展的主要功能是“Find where your emails are sent from and organize your gmail using labels with just one click.”。

扩展截图

screenshot
screenshot

下载Gmail Sender Finder扩展crx文件

下载Gmail Sender Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Find where do your emails come from and easily add label into the mail.                    

扩展基本信息

名称 Gmail Sender Finder Gmail Sender Finder
ID hdjliimmdmapicfhfefokhdkdgcljhme
官方URL https://chrome.google.com/webstore/detail/gmail-sender-finder/hdjliimmdmapicfhfefokhdkdgcljhme
简介 Find where your emails are sent from and organize your gmail using labels with just one click.
文件大小 1.16 MB
安装次数 18
当前版本 1.4
更新时间 2016-10-28
上架时间 2016-10-28
评分 5.00/5 共1次评分
开发者 Can Ozturk
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Sender Finder",
    "manifest_version": 2,
    "version": "1.4",
    "description": "Find where your emails are sent from and organize your gmail using labels with just one click.",
    "icons": {
        "32": "gla_32.jpg",
        "48": "gla_48.jpg",
        "128": "gla_128.png"
    },
    "permissions": [
        "identity",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_title": "Gmail Sender Finder",
        "default_icon": "gla_48.jpg",
        "default_popup": "popup.html"
    },
    "oauth2": {
        "client_id": "954045079248-t1u77bscq106bn3eftt9a421ndm3h78r.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.modify"
        ]
    }
}