Lookup Company
One-click Crunchbase organization discovery from anywhere.
Co to jest Lookup Company?
Lookup Company to rozszerzenie Chrome opracowane przez https://lookup.company, a jego główną funkcją jest „One-click Crunchbase organization discovery from anywhere.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lookup Company
Pobierz pliki rozszerzeń Lookup Company w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Lookup Company |
ID | hbebgchhcjjdjkbcdhbocegpbflkbjdl |
Oficjalny URL | https://chromewebstore.google.com/detail/lookup-company/hbebgchhcjjdjkbcdhbocegpbflkbjdl |
Opis | One-click Crunchbase organization discovery from anywhere. |
Rozmiar pliku | 585 KB |
Liczba instalacji | 38 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2020-11-05 |
Data Publikacji | 2020-06-07 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://lookup.company |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://lookup.company |
Obsługiwane Języki | 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\/" ] } |