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
Eメール [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"
        ]
    }
}