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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}