Craft for Google Chrome™

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

Qu'est-ce que Craft for Google Chrome™ ?

Craft for Google Chrome™ est une extension Chrome développée par https://craft.co, et sa fonction principale est "A simplified way to access data on companies as you browse the web".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Craft for Google Chrome™

Téléchargez les fichiers d'extension Craft for Google Chrome™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Craft for Google Chrome™ Craft for Google Chrome™
ID mdbippokgmfmdhhjchjpakgiamkcaofd
URL Officiel https://chromewebstore.google.com/detail/craft-for-google-chrome/mdbippokgmfmdhhjchjpakgiamkcaofd
Description A simplified way to access data on companies as you browse the web
Taille du Fichier 1.08 MB
Nombre d'Installations 1,399
Version Actuelle 1.0.5
Dernière Mise à Jour 2019-07-28
Date de Publication 2019-07-26
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://craft.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://craft.co/
URL de la Page de Politique de Confidentialité https://craft.co/privacy
Langues Prises en Charge 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"
    }
}