Bindlix

Display email info in Gmail

Τι είναι το Bindlix;

Το Bindlix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bindlix, και η κύρια λειτουργία του είναι "Display email info in Gmail".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bindlix

Λήψη αρχείων επέκτασης 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\/*"
    ]
}