Grata for Google Chrome

Instantly identify companies, contacts, and competitors from any website.

Was ist Grata for Google Chrome?

Grata for Google Chrome ist eine Chrome-Erweiterung, die von Grata entwickelt wurde, und ihr Hauptmerkmal ist "Instantly identify companies, contacts, and competitors from any website.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Grata for Google Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie Grata for Google Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Save time by accessing Grata’s private company intelligence engine while browsing the internet. Quickly display any company’s profile right from their website. Uncover key data points including ownership status, funding history, business model, target verticals, sector, and more. For a deeper dive, view their full profile in Grata with one click.

With the Grata Chrome Extension, search is seamlessly integrated into your workflow. Add target companies to your lists, find relevant contacts, and sync with your CRM without leaving the website. Then uncover an even broader universe of targets by surfacing similar companies and competitors in seconds.

You must have an existing Grata account to use this product.                    

Grundlegende Informationen zur Erweiterung

Name Grata for Google Chrome Grata for Google Chrome
ID opljadcmhagcipiljmcppgekfffjimkc
Offizielle URL https://chromewebstore.google.com/detail/grata-for-google-chrome/opljadcmhagcipiljmcppgekfffjimkc
Beschreibung Instantly identify companies, contacts, and competitors from any website.
Dateigröße 3.94 MB
Installationsanzahl 2,257
Aktuelle Version 4.0.4
Letztes Update 2024-03-01
Veröffentlichungsdatum 2020-05-11
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler Grata
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://grata.com
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Grata for Google Chrome",
    "version": "4.0.4",
    "description": "Instantly identify companies, contacts, and competitors from any website.",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqmWsnuA12hX7UAsGddviCZhtMY6g6C9BRfOZGrL2XxYhml48k0Mt5MBQvRfa8j70yPChOj3hmLPywbonM7MyUTZLVv7faJIeBvlkVtD6xD5zOIGui5sOpnCYxKPlC25PRrxTzIR2Lq\/geasbqPwMTuIWuxdii9l2tAq36qRBHFqQYwFlEico\/qgIv10bbpqpNubX3CM\/PoAe8qn0N\/Us5YHT2h8yi5ncpM2I03+Ehb6huzvdT\/ATGZvBHmh6\/XonQuBhwrSNKliTERgBWQ3YQe\/VHGZ6v0oaYe6ar4Zg9pT65ox9TFPSc8AEf4x2vh3TYT7XLOfm2XO\/b5XTpqw9CQIDAQAB",
    "icons": {
        "16": "favicon16.png",
        "48": "favicon48.png",
        "128": "favicon128.png"
    },
    "homepage_url": "https:\/\/grata.com",
    "offline_enabled": false,
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*:\/\/*.grata.com\/*",
                "http:\/\/localhost:3000\/*",
                "*:\/\/grata.com\/*"
            ],
            "css": [
                "\/css\/root.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/static\/css\/content.css",
                "\/static\/media\/*",
                "\/static\/js\/options.js",
                "options.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}