Company Information in Google
Get Company Information when using Google Search & Maps
Wat is Company Information in Google?
Company Information in Google is een Chrome-extensie ontwikkeld door Wachae, en de belangrijkste functie is "Get Company Information when using Google Search & Maps".
Extensie Screenshots
Download het CRX-bestand van de extensie Company Information in Google
Download Company Information in Google-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |  | 
| ID | dhlalbbccdkkonkpeaailagagppobblb | 
| Officiële URL | https://chromewebstore.google.com/detail/company-information-in-go/dhlalbbccdkkonkpeaailagagppobblb | 
| Beschrijving | Get Company Information when using Google Search & Maps | 
| Bestandsgrootte | 10.42 KB | 
| Aantal Installaties | 4,000 | 
| Huidige Versie | 0.1.14 | 
| Laatst Bijgewerkt | 2021-05-23 | 
| Publicatiedatum | 2020-06-24 | 
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen | 
| Ontwikkelaar | Wachae | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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
} | |