Lookup Company
One-click Crunchbase organization discovery from anywhere.
What is Lookup Company?
Lookup Company is a Chrome extension developed by https://lookup.company, and its main feature is "One-click Crunchbase organization discovery from anywhere.".
Extension Screenshots
Download Lookup Company Extension CRX File
Download Lookup Company extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Lookup Company |
ID | hbebgchhcjjdjkbcdhbocegpbflkbjdl |
Official URL | https://chromewebstore.google.com/detail/lookup-company/hbebgchhcjjdjkbcdhbocegpbflkbjdl |
Description | One-click Crunchbase organization discovery from anywhere. |
File Size | 585 KB |
Installation Count | 38 |
Current Version | 1.2.0 |
Last Updated | 2020-11-05 |
Publish Date | 2020-06-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://lookup.company |
[email protected] | |
Payment Type | free |
Extension Website | https://lookup.company |
Supported Languages | 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\/" ] } |