Bindlix

Display email info in Gmail

Bindlixとは何ですか?

Bindlixはbindlixによって開発されたChromeの拡張機能で、その主な機能は「Display email info in Gmail」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Bindlix拡張機能のCRXファイルをダウンロード

Bindlix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Get company profiles right inside your Gmail.

Take action! Make your email a better place.
Bindlix displays all the data about a company that is inside your Gmail inbox. By pointing a
cursor on any email, identify name, description, employees, funding, ranks, social media and
much more about your contact. Enhanced Bindlix plugin assembles the most excellent feature for
Gmail offered all in one addition.

When you received mail from any company, Bindlix systematize the knowledge and answers
what is the company, where it is located, what does it do, what are the websites and social media,
what is the ranking on the web, who is in charge, what is the funding of it, and even how many
employees does it have.

Perfect integration of Bindlix with Rapportive makes it an all-in-one handy platform of
information. Collect all this data in your email and imagine inbox to be a more social,
informative place.                    

拡張機能の基本情報

名前 Bindlix Bindlix
ID eniilllnablmaemjddibfinhkllnacmf
公式URL https://chrome.google.com/webstore/detail/bindlix/eniilllnablmaemjddibfinhkllnacmf
説明 Display email info in Gmail
ファイルサイズ 114 KB
インストール数 50
現在のバージョン 0.0.6
最終更新日 2016-02-24
公開日 2015-11-02
評価 3.00/5 合計 2 レビュー
開発者 bindlix
支払い方法 free
拡張機能のウェブサイト http://bindlix.com/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bindlix",
    "description": "Display email info in Gmail",
    "version": "0.0.6",
    "manifest_version": 2,
    "homepage_url": "http:\/\/momane.com\/",
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "css\/main_compact.css"
            ]
        }
    ],
    "icons": {
        "128": "img\/logo.png",
        "16": "img\/logo.png"
    },
    "web_accessible_resources": [
        "lib\/*",
        "content.js",
        "img\/*",
        "css\/*"
    ]
}