PrivCo

Discover private companies listed in PrivCo's financial database as you browse the web.

什么是PrivCo?

PrivCo是由https://www.privco.com开发的Chrome扩展程序,该扩展的主要功能是“Discover private companies listed in PrivCo's financial database as you browse the web.”。

扩展截图

screenshot
screenshot
screenshot

下载PrivCo扩展crx文件

下载PrivCo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Access PrivCo's private company financials directly from your browser. 

The PrivCo Chrome Extension lets you uncover important information on private companies, financials, investors, deals and more as you browse the web or do online research. Instantly view companies or login to your account and see the full profile information as you browse.

Requires login with your PrivCo's paid subscription.                    

扩展基本信息

名称 PrivCo PrivCo
ID djpngaeogfjbijiniddohkomeiebjeek
官方URL https://chromewebstore.google.com/detail/privco/djpngaeogfjbijiniddohkomeiebjeek
简介 Discover private companies listed in PrivCo's financial database as you browse the web.
文件大小 921 KB
安装次数 190
当前版本 2.0.0
更新时间 2022-05-20
上架时间 2019-08-08
评分 5.00/5 共2次评分
开发者 https://www.privco.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.privco.com
帮助页面URL https://www.privco.com/contact-us
隐私政策页面URL https://www.privco.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PrivCo",
    "description": "Discover private companies listed in PrivCo's financial database as you browse the web.",
    "version": "2.0.0",
    "short_name": "PrivCo",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "pages\/popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "512": "icons\/icon512.png",
            "1024": "icons\/icon1024.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "512": "icons\/icon512.png",
        "1024": "icons\/icon1024.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}