Search on Linkedin
Search companies on Linkedin
Cos'è Search on Linkedin?
Search on Linkedin è un'estensione di Chrome sviluppata da http://www.anhangzhu.com, e la sua funzione principale è "Search companies on Linkedin".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search on Linkedin
Scarica i file di estensione Search on Linkedin 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
Note: YOU MUST HIGHLIGHT THE TEXT YOU WANT TO SEARCH FIRST! 1. Highlight text 2. Right click to bring up menu, and click on "Search!" 3. See result pop up. No pop up means no results. Try another chunk of text. Currently, this extension only supports companies. There are plans to extend it in the future for people search.
Informazioni di Base sull'Estensione
Nome | |
ID | kldijfbphampndgemooecbdgfdnmhhjl |
URL Ufficiale | https://chrome.google.com/webstore/detail/search-on-linkedin/kldijfbphampndgemooecbdgfdnmhhjl |
Descrizione | Search companies on Linkedin |
Dimensione del File | 7.39 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2014-06-16 |
Data di Pubblicazione | 2014-06-16 |
Valutazione | 2.77/5 Totale 26 Valutazioni |
Sviluppatore | http://www.anhangzhu.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/porkeypop/Search-On-Linkedin-Chrome-Extension |
URL della Pagina di Aiuto | https://github.com/porkeypop/Search-On-Linkedin-Chrome-Extension |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search on Linkedin", "version": "0.2", "manifest_version": 2, "description": "Search companies on Linkedin", "permissions": [ "contextMenus", "http:\/\/www.linkedin.com\/*\/" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "js": [ "application.js" ] } ] } |