Browsite

Find who is behind a website

Cos'è Browsite?

Browsite è un'estensione di Chrome sviluppata da http://browseye.com, e la sua funzione principale è "Find who is behind a website".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Browsite

Scarica i file di estensione Browsite in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Websites use cookies to learn about who you are. It is only fair that you do the same.

Browsite shows you everything about the website you are visiting. 

Who is behind it? 
See their smiling faces, jobs and LinkedIn profiles

Where are they? 
See which country they operate from 

What company runs it? 
Find about the company that runs this website, its recent milestones and achievements

What do people say? 
Read what others say about this website                    

Informazioni di Base sull'Estensione

Nome Browsite Browsite
ID jgeepmbincjcpcpdmjmgkegamlccfkbd
URL Ufficiale https://chrome.google.com/webstore/detail/browsite/jgeepmbincjcpcpdmjmgkegamlccfkbd
Descrizione Find who is behind a website
Dimensione del File 16.1 KB
Conteggio Installazioni 25
Versione Corrente 0.0.6
Ultimo Aggiornamento 2014-02-16
Data di Pubblicazione 2014-02-16
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore http://browseye.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browsite",
    "version": "0.0.6",
    "description": "Find who is behind a website",
    "browser_action": {
        "default_icon": "bs128.png",
        "default_title": "Not implemented yet"
    },
    "icons": {
        "16": "bs16.png",
        "48": "bs48.png",
        "128": "bs128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "http:\/\/www.browseye.com"
}