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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 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'"
}