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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://craft.co และคุณลักษณะหลักของมันคือ "A simplified way to access data on companies as you browse the web"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Craft for Google Chrome™

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}