Lookup Company
One-click Crunchbase organization discovery from anywhere.
Wat is Lookup Company?
Lookup Company is een Chrome-extensie ontwikkeld door https://lookup.company, en de belangrijkste functie is "One-click Crunchbase organization discovery from anywhere.".
Extensie Screenshots
Download het CRX-bestand van de extensie Lookup Company
Download Lookup Company-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
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.
Basisinformatie over de Extensie
Naam | Lookup Company |
ID | hbebgchhcjjdjkbcdhbocegpbflkbjdl |
Officiële URL | https://chromewebstore.google.com/detail/lookup-company/hbebgchhcjjdjkbcdhbocegpbflkbjdl |
Beschrijving | One-click Crunchbase organization discovery from anywhere. |
Bestandsgrootte | 585 KB |
Aantal Installaties | 38 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2020-11-05 |
Publicatiedatum | 2020-06-07 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://lookup.company |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://lookup.company |
Ondersteunde Talen | 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\/" ] } |