Lookup Company

One-click Crunchbase organization discovery from anywhere.

O que é Lookup Company?

Lookup Company é uma extensão do Chrome desenvolvida por https://lookup.company, e sua principal característica é "One-click Crunchbase organization discovery from anywhere.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Lookup Company

Baixe arquivos de extensão Lookup Company no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Lookup Company Lookup Company
ID hbebgchhcjjdjkbcdhbocegpbflkbjdl
URL Oficial https://chromewebstore.google.com/detail/lookup-company/hbebgchhcjjdjkbcdhbocegpbflkbjdl
Descrição One-click Crunchbase organization discovery from anywhere.
Tamanho do Arquivo 585 KB
Contagem de Instalações 38
Versão Atual 1.2.0
Última Atualização 2020-11-05
Data de Publicação 2020-06-07
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://lookup.company
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://lookup.company
Idiomas Suportados 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\/"
    ]
}