Company Information in Google

Get Company Information when using Google Search & Maps

Qu'est-ce que Company Information in Google ?

Company Information in Google est une extension Chrome développée par Wachae, et sa fonction principale est "Get Company Information when using Google Search & Maps".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Company Information in Google

Téléchargez les fichiers d'extension Company Information in Google au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Company Information in Google Company Information in Google
ID dhlalbbccdkkonkpeaailagagppobblb
URL Officiel https://chromewebstore.google.com/detail/company-information-in-go/dhlalbbccdkkonkpeaailagagppobblb
Description Get Company Information when using Google Search & Maps
Taille du Fichier 10.42 KB
Nombre d'Installations 4,000
Version Actuelle 0.1.14
Dernière Mise à Jour 2021-05-23
Date de Publication 2020-06-24
Évaluation 5.00/5 Total 3 Évaluations
Développeur Wachae
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}