Who is this?

The two-click information finder

Cos'è Who is this??

Who is this? è un'estensione di Chrome sviluppata da DRLZ, e la sua funzione principale è "The two-click information finder".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Who is this?

Scarica i file di estensione Who is this? 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

                        Get access to people's information via the right click menu.
Highlighting a name with your mouse and pressing the right-click button will show the option to search for that person on the following websites: 
- Linkedin
- Twitter
- Wikipedia
- Pipl
- Google

This extension is designed for journalists, reporters, bloggers, or any kind of users who needs to regularly get information and facts on unknown people.

Missing your favorite website? Sorry about that, please let us know which one here: http://goo.gl/forms/awH5Ga9Ocg                    

Informazioni di Base sull'Estensione

Nome Who is this? Who is this?
ID coinnpooecegjcopbdnenpgjfhnegjnm
URL Ufficiale https://chromewebstore.google.com/detail/who-is-this/coinnpooecegjcopbdnenpgjfhnegjnm
Descrizione The two-click information finder
Dimensione del File 19.77 KB
Conteggio Installazioni 389
Versione Corrente 0.1
Ultimo Aggiornamento 2015-12-29
Data di Pubblicazione 2015-12-29
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore DRLZ
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Who is this?",
    "description": "The two-click information finder",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "script_min.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}