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ファイルをダウンロード

Lookup Company拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/"
    ]
}