Lookup Company
One-click Crunchbase organization discovery from anywhere.
Cos'è Lookup Company?
Lookup Company è un'estensione di Chrome sviluppata da https://lookup.company, e la sua funzione principale è "One-click Crunchbase organization discovery from anywhere.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lookup Company
Scarica i file di estensione Lookup Company 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
Look up company data with one click. Add companies to your Crunchbase follows. Save time and precious tab space while prospecting for customers or investment opportunities or conducting market analysis. Entirely free. No accounts or personal information. Absolutely none of your usage data is logged or cached in any way by this extension.
Informazioni di Base sull'Estensione
Nome | Lookup Company |
ID | hbebgchhcjjdjkbcdhbocegpbflkbjdl |
URL Ufficiale | https://chromewebstore.google.com/detail/lookup-company/hbebgchhcjjdjkbcdhbocegpbflkbjdl |
Descrizione | One-click Crunchbase organization discovery from anywhere. |
Dimensione del File | 585 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2020-11-05 |
Data di Pubblicazione | 2020-06-07 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://lookup.company |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://lookup.company |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.0", "manifest_version": 2, "name": "Lookup Company", "short_name": "Lookup Company", "description": "One-click Crunchbase organization discovery from anywhere.", "background": { "persistent": false, "scripts": [ ".\/scripts\/main.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.crunchbase.com; object-src 'self'", "icons": { "16": ".\/static\/img\/chrome-eye-icon--light-16.png", "48": ".\/static\/img\/chrome-eye-icon--light-48.png", "64": ".\/static\/img\/chrome-eye-icon--light-64.png", "128": ".\/static\/img\/chrome-eye-icon--light-128.png" }, "page_action": { "default_icon": { "16": ".\/static\/img\/chrome-eye-icon--light-16.png", "48": ".\/static\/img\/chrome-eye-icon--light-48.png", "64": ".\/static\/img\/chrome-eye-icon--light-64.png", "128": ".\/static\/img\/chrome-eye-icon--light-128.png" }, "default_popup": ".\/static\/popup.html" }, "permissions": [ "activeTab", "declarativeContent", "https:\/\/www.crunchbase.com\/" ] } |