Browsetribe

Find who are the people on the websites you visit

Что такое Browsetribe?

Browsetribe - это расширение Chrome, разработанное http://browseye.com, и его основная функция - "Find who are the people on the websites you visit".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Browsetribe

Скачайте файлы расширений Browsetribe в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Browsetribe shows you everything about the people that you find on the websites you visit.

This is how it works:
1) Select a person's name you find on a website
2) Ask browsetribe to tell you about this person (or configure it to tell you always)

Who is this person? 
See her/his smiling face and LinkedIn profile

Where does she/he live? 
See where this person lives or has been 

Where does she/he work? 
Find about the company or organization where this person works

What do you have in common? 
See what things you have in common with this person. For instance, you may have studied in the same university, or been both to France                    

Основная информация о расширении

Название Browsetribe Browsetribe
ID jicnmkdddgdfnfllnmikjfpjlfikclnc
Официальный URL https://chrome.google.com/webstore/detail/browsetribe/jicnmkdddgdfnfllnmikjfpjlfikclnc
Описание Find who are the people on the websites you visit
Размер файла 16.03 KB
Количество установок 17
Текущая Версия 0.0.7
Последнее Обновление 2014-02-16
Дата публикации 2014-02-16
Рейтинг 4.67/5 Всего 3 оценок
Разработчик http://browseye.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browsetribe",
    "version": "0.0.7",
    "description": "Find who are the people on the websites you visit",
    "browser_action": {
        "default_icon": "bt128.png",
        "default_title": "Not implemented yet"
    },
    "icons": {
        "16": "bt16.png",
        "48": "bt48.png",
        "128": "bt128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "http:\/\/www.browseye.com"
}