PrivCo
Discover private companies listed in PrivCo's financial database as you browse the web.
What is PrivCo?
PrivCo is a Chrome extension developed by https://www.privco.com, and its main feature is "Discover private companies listed in PrivCo's financial database as you browse the web.".
Extension Screenshots
Download PrivCo Extension CRX File
Download PrivCo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | PrivCo |
ID | djpngaeogfjbijiniddohkomeiebjeek |
Official URL | https://chromewebstore.google.com/detail/privco/djpngaeogfjbijiniddohkomeiebjeek |
Description | Discover private companies listed in PrivCo's financial database as you browse the web. |
File Size | 921 KB |
Installation Count | 190 |
Current Version | 2.0.0 |
Last Updated | 2022-05-20 |
Publish Date | 2019-08-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.privco.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.privco.com |
Help Page URL | https://www.privco.com/contact-us |
Privacy Policy Page URL | https://www.privco.com/privacy-policy |
Supported Languages | 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'" } |