Bindlix

Display email info in Gmail

Bindlix क्या है?

Bindlix bindlix द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display email info in Gmail"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bindlix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}