Company Information in Google

Get Company Information when using Google Search & Maps

Was ist Company Information in Google?

Company Information in Google ist eine Chrome-Erweiterung, die von Wachae entwickelt wurde, und ihr Hauptmerkmal ist "Get Company Information when using Google Search & Maps".

Erweiterungsscreenshots

screenshot

Company Information in Google-Erweiterungs-CRX-Datei herunterladen

Laden Sie Company Information in Google-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

                        This utility displays company information from Google Search and Maps.

Some of the information displayed includes:
- Company Name
- Company Id
- Address
- Phone number
- Website
- Star Rating
- Review Count
- Company Category

The company information can be downloaded as CSV.                    

Grundlegende Informationen zur Erweiterung

Name Company Information in Google Company Information in Google
ID dhlalbbccdkkonkpeaailagagppobblb
Offizielle URL https://chromewebstore.google.com/detail/company-information-in-go/dhlalbbccdkkonkpeaailagagppobblb
Beschreibung Get Company Information when using Google Search & Maps
Dateigröße 10.42 KB
Installationsanzahl 4,000
Aktuelle Version 0.1.14
Letztes Update 2021-05-23
Veröffentlichungsdatum 2020-06-24
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Wachae
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Company Information in Google",
    "version": "0.1.14",
    "description": "Get Company Information when using Google Search & Maps",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}