PrivCo

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

PrivCo क्या है?

PrivCo https://www.privco.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover private companies listed in PrivCo's financial database as you browse the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PrivCo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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'"
}