Sourcescrub Vitals

Access the Sourcescrub profile from a company's website

Sourcescrub Vitals란 무엇입니까?

Sourcescrub Vitals은(는) SourceScrub에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access the Sourcescrub profile from a company's website"입니다.

확장 프로그램 스크린샷

screenshot

Sourcescrub Vitals 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Deal origination tool to streamline the *M&A professional's* workflow straight from a company's website. Perform real-time market research and due diligence by qualifying a company's firmographic data (such as location, headcount, and funding), relevant news updates, and historic/upcoming conference attendance                    

확장 프로그램 기본 정보

이름 Sourcescrub Vitals Sourcescrub Vitals
ID kngbfhjgalofkbfkfkbjbkhjmbfkkhoj
공식 URL https://chromewebstore.google.com/detail/sourcescrub-vitals/kngbfhjgalofkbfkfkbjbkhjmbfkkhoj
설명 Access the Sourcescrub profile from a company's website
파일 크기 16.81 KB
설치 횟수 5,842
현재 버전 1.0.1
최근 업데이트 2024-02-07
출시 날짜 2019-03-29
평점 5.00/5 총 13 개의 평점
개발자 SourceScrub
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.sourcescrub.com/
개인정보 보호 정책 페이지 URL https://www.sourcescrub.com/legal/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sourcescrub Vitals",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Access the Sourcescrub profile from a company's website",
    "homepage_url": "https:\/\/app.sourcescrub.com",
    "icons": {
        "16": "icons\/icon16.png",
        "40": "icons\/icon40.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": "icons\/icon40.png",
        "default_title": "Company info"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/main-styles.css",
                "css\/styles.css",
                "popup.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/app.sourcescrub.com\/*"
    ]
}