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ファイルをダウンロード

Craft for Google Chrome™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}