Craft for Google Chrome™

A simplified way to access data on companies as you browse the web

Craft for Google Chrome™란 무엇입니까?

Craft for Google Chrome™은(는) https://craft.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simplified way to access data on companies as you browse the web"입니다.

확장 프로그램 스크린샷

screenshot

Craft for Google Chrome™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Access data on companies (public, private, large, small, across all sectors!) directly in your browser tab as you navigate the web, eliminating the need for multiple tabs.

As you browse a company’s website, the Craft Chrome Extension allows you to quickly view a summary snapshot of company information, in a right hand column, including office locations, description, operating metrics, summary financials, and more.

Save time by streamlining your process: 
When you’re on a company’s website, simply click the plugin icon in your browser header to display Craft details on the company. You can click through to a full company profile on craft.co if you want to browse more information about the company.

Perusing a website for a company that is not yet profiled on Craft? Just submit the company website directly in our plugin to request for the company to be added.                    

확장 프로그램 기본 정보

이름 Craft for Google Chrome™ Craft for Google Chrome™
ID mdbippokgmfmdhhjchjpakgiamkcaofd
공식 URL https://chromewebstore.google.com/detail/craft-for-google-chrome/mdbippokgmfmdhhjchjpakgiamkcaofd
설명 A simplified way to access data on companies as you browse the web
파일 크기 1.08 MB
설치 횟수 1,399
현재 버전 1.0.5
최근 업데이트 2019-07-28
출시 날짜 2019-07-26
평점 5.00/5 총 5 개의 평점
개발자 https://craft.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://craft.co/
개인정보 보호 정책 페이지 URL https://craft.co/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Craft for Google Chrome\u2122",
    "description": "A simplified way to access data on companies as you browse the web",
    "version": "1.0.5",
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/app.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/static\/css\/content.css"
    ],
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}