PrivCo

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

ما هو PrivCo؟

PrivCo هو إضافة Chrome تم تطويرها بواسطة https://www.privco.com، والميزة الرئيسية لها هي "Discover private companies listed in PrivCo's financial database as you browse the web.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة PrivCo

قم بتنزيل ملفات الامتداد PrivCo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://www.privco.com/contact-us
عنوان صفحة سياسة الخصوصية 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'"
}