Google Place ID Display

The Google Place Display conveniently displays the Place IDs of companies.

Google Place ID Display là gì?

Google Place ID Display là một tiện ích mở rộng Chrome được phát triển bởi CodeWithDennis, và tính năng chính của nó là "The Google Place Display conveniently displays the Place IDs of companies.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Place ID Display

Tải xuống các tệp mở rộng Google Place ID Display dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The Google Place ID Sidebar add-on is primarily designed for developers to enhance their Google Search experience. It provides the convenience of displaying the Place IDs of companies you search for in the sidebar.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Place ID Display Google Place ID Display
ID lajmnonjjncieddbhlkenkaeidehamao
URL Chính Thức https://chromewebstore.google.com/detail/google-place-id-display/lajmnonjjncieddbhlkenkaeidehamao
Mô tả The Google Place Display conveniently displays the Place IDs of companies.
Kích Thước Tệp 13.61 KB
Số Lần Cài Đặt 89
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-05-21
Ngày Phát Hành 2023-05-21
Nhà Phát Triển CodeWithDennis
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Place ID Display",
    "version": "1.0",
    "description": "The Google Place Display conveniently displays the Place IDs of companies.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.nl\/*",
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}