Bindlix

Display email info in Gmail

Bindlix là gì?

Bindlix là một tiện ích mở rộng Chrome được phát triển bởi bindlix, và tính năng chính của nó là "Display email info in Gmail".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bindlix

Tải xuống các tệp mở rộng Bindlix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bindlix Bindlix
ID eniilllnablmaemjddibfinhkllnacmf
URL Chính Thức https://chrome.google.com/webstore/detail/bindlix/eniilllnablmaemjddibfinhkllnacmf
Mô tả Display email info in Gmail
Kích Thước Tệp 114 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2016-02-24
Ngày Phát Hành 2015-11-02
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển bindlix
Loại Thanh Toán free
Trang Web Mở Rộng http://bindlix.com/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}