Craft for Google Chrome™

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

Craft for Google Chrome™ là gì?

Craft for Google Chrome™ là một tiện ích mở rộng Chrome được phát triển bởi https://craft.co, và tính năng chính của nó là "A simplified way to access data on companies as you browse the web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Craft for Google Chrome™

Tải xuống các tệp mở rộng Craft for Google Chrome™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Craft for Google Chrome™ Craft for Google Chrome™
ID mdbippokgmfmdhhjchjpakgiamkcaofd
URL Chính Thức https://chromewebstore.google.com/detail/craft-for-google-chrome/mdbippokgmfmdhhjchjpakgiamkcaofd
Mô tả A simplified way to access data on companies as you browse the web
Kích Thước Tệp 1.08 MB
Số Lần Cài Đặt 1,399
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2019-07-28
Ngày Phát Hành 2019-07-26
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://craft.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://craft.co/
URL Trang Chính Sách Bảo Mật https://craft.co/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}