Browsetribe

Find who are the people on the websites you visit

Wat is Browsetribe?

Browsetribe is een Chrome-extensie ontwikkeld door http://browseye.com, en de belangrijkste functie is "Find who are the people on the websites you visit".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Browsetribe

Download Browsetribe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Browsetribe Browsetribe
ID jicnmkdddgdfnfllnmikjfpjlfikclnc
Officiële URL https://chrome.google.com/webstore/detail/browsetribe/jicnmkdddgdfnfllnmikjfpjlfikclnc
Beschrijving Find who are the people on the websites you visit
Bestandsgrootte 16.03 KB
Aantal Installaties 17
Huidige Versie 0.0.7
Laatst Bijgewerkt 2014-02-16
Publicatiedatum 2014-02-16
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar http://browseye.com
Betalingswijze free
Ondersteunde Talen 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"
}