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
电子邮箱 [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\/"
    ]
}