Company Information in Google

Get Company Information when using Google Search & Maps

Cos'è Company Information in Google?

Company Information in Google è un'estensione di Chrome sviluppata da Wachae, e la sua funzione principale è "Get Company Information when using Google Search & Maps".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Company Information in Google

Scarica i file di estensione Company Information in Google in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Company Information in Google Company Information in Google
ID dhlalbbccdkkonkpeaailagagppobblb
URL Ufficiale https://chromewebstore.google.com/detail/company-information-in-go/dhlalbbccdkkonkpeaailagagppobblb
Descrizione Get Company Information when using Google Search & Maps
Dimensione del File 10.42 KB
Conteggio Installazioni 4,000
Versione Corrente 0.1.14
Ultimo Aggiornamento 2021-05-23
Data di Pubblicazione 2020-06-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Wachae
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}