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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simplified way to access data on companies as you browse the web"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Craft for Google Chrome™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}