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
官方網址 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"
        ]
    }
}