Lookup Company

One-click Crunchbase organization discovery from anywhere.

Lookup Company란 무엇입니까?

Lookup Company은(는) https://lookup.company에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click Crunchbase organization discovery from anywhere."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Lookup Company 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Lookup Company Lookup Company
ID hbebgchhcjjdjkbcdhbocegpbflkbjdl
공식 URL https://chromewebstore.google.com/detail/lookup-company/hbebgchhcjjdjkbcdhbocegpbflkbjdl
설명 One-click Crunchbase organization discovery from anywhere.
파일 크기 585 KB
설치 횟수 38
현재 버전 1.2.0
최근 업데이트 2020-11-05
출시 날짜 2020-06-07
평점 5.00/5 총 2 개의 평점
개발자 https://lookup.company
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lookup.company
지원되는 언어 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\/"
    ]
}