Company Information in Google

Get Company Information when using Google Search & Maps

ما هو Company Information in Google؟

Company Information in Google هو إضافة Chrome تم تطويرها بواسطة Wachae، والميزة الرئيسية لها هي "Get Company Information when using Google Search & Maps".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Company Information in Google

قم بتنزيل ملفات الامتداد Company Information in Google بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Company Information in Google Company Information in Google
ID dhlalbbccdkkonkpeaailagagppobblb
عنوان URL الرسمي https://chromewebstore.google.com/detail/company-information-in-go/dhlalbbccdkkonkpeaailagagppobblb
الوصف Get Company Information when using Google Search & Maps
حجم الملف 10.42 KB
عدد التثبيتات 4,000
النسخة الحالية 0.1.14
آخر تحديث 2021-05-23
تاريخ النشر 2020-06-24
تقييم 5.00/5 مجموع تقييمات 3
المطور Wachae
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
}