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
官方網址 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"
    }
}