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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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'" } |