PrivCo
Discover private companies listed in PrivCo's financial database as you browse the web.
Was ist PrivCo?
PrivCo ist eine Chrome-Erweiterung, die von https://www.privco.com entwickelt wurde, und ihr Hauptmerkmal ist "Discover private companies listed in PrivCo's financial database as you browse the web.".
Erweiterungsscreenshots
PrivCo-Erweiterungs-CRX-Datei herunterladen
Laden Sie PrivCo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | PrivCo |
ID | djpngaeogfjbijiniddohkomeiebjeek |
Offizielle URL | https://chromewebstore.google.com/detail/privco/djpngaeogfjbijiniddohkomeiebjeek |
Beschreibung | Discover private companies listed in PrivCo's financial database as you browse the web. |
Dateigröße | 921 KB |
Installationsanzahl | 190 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2022-05-20 |
Veröffentlichungsdatum | 2019-08-08 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://www.privco.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.privco.com |
Hilfeseite URL | https://www.privco.com/contact-us |
URL der Datenschutzrichtlinien-Seite | https://www.privco.com/privacy-policy |
Unterstützte Sprachen | 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'" } |