Google Place ID Display
The Google Place Display conveniently displays the Place IDs of companies.
Apa itu Google Place ID Display?
Google Place ID Display adalah ekstensi Chrome yang dikembangkan oleh CodeWithDennis, dan fitur utamanya adalah "The Google Place Display conveniently displays the Place IDs of companies.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Place ID Display
Unduh file ekstensi Google Place ID Display 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
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.
Informasi Dasar Ekstensi
Nama | Google Place ID Display |
ID | lajmnonjjncieddbhlkenkaeidehamao |
URL Resmi | https://chromewebstore.google.com/detail/google-place-id-display/lajmnonjjncieddbhlkenkaeidehamao |
Deskripsi | The Google Place Display conveniently displays the Place IDs of companies. |
Ukuran File | 13.61 KB |
Jumlah Instalasi | 89 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-05-21 |
Tanggal Publikasi | 2023-05-21 |
Pengembang | CodeWithDennis |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |