Company Information in Google

Get Company Information when using Google Search & Maps

What is Company Information in Google?

Company Information in Google is a Chrome extension developed by Wachae, and its main feature is "Get Company Information when using Google Search & Maps".

Extension Screenshots

screenshot

Download Company Information in Google Extension CRX File

Download Company Information in Google extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Company Information in Google Company Information in Google
ID dhlalbbccdkkonkpeaailagagppobblb
Official URL https://chromewebstore.google.com/detail/company-information-in-go/dhlalbbccdkkonkpeaailagagppobblb
Description Get Company Information when using Google Search & Maps
File Size 10.42 KB
Installation Count 4,000
Current Version 0.1.14
Last Updated 2021-05-23
Publish Date 2020-06-24
Rating 5.00/5 Total 3 Ratings
Developer Wachae
Email [email protected]
Payment Type free
Supported Languages 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
}