Company Information in Google

Get Company Information when using Google Search & Maps

Co to jest Company Information in Google?

Company Information in Google to rozszerzenie Chrome opracowane przez Wachae, a jego główną funkcją jest „Get Company Information when using Google Search & Maps”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Company Information in Google

Pobierz pliki rozszerzeń Company Information in Google w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Company Information in Google Company Information in Google
ID dhlalbbccdkkonkpeaailagagppobblb
Oficjalny URL https://chromewebstore.google.com/detail/company-information-in-go/dhlalbbccdkkonkpeaailagagppobblb
Opis Get Company Information when using Google Search & Maps
Rozmiar pliku 10.42 KB
Liczba instalacji 4,000
Aktualna Wersja 0.1.14
Ostatnia Aktualizacja 2021-05-23
Data Publikacji 2020-06-24
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Wachae
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}