Company Information in Google

Get Company Information when using Google Search & Maps

Apa itu Company Information in Google?

Company Information in Google adalah ekstensi Chrome yang dikembangkan oleh Wachae, dan fitur utamanya adalah "Get Company Information when using Google Search & Maps".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Company Information in Google

Unduh file ekstensi Company Information in Google dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Company Information in Google Company Information in Google
ID dhlalbbccdkkonkpeaailagagppobblb
URL Resmi https://chromewebstore.google.com/detail/company-information-in-go/dhlalbbccdkkonkpeaailagagppobblb
Deskripsi Get Company Information when using Google Search & Maps
Ukuran File 10.42 KB
Jumlah Instalasi 4,000
Versi Saat Ini 0.1.14
Terakhir Diperbarui 2021-05-23
Tanggal Publikasi 2020-06-24
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Wachae
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}