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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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'" } |