Google Place ID Display
The Google Place Display conveniently displays the Place IDs of companies.
Google Place ID Displayคืออะไร?
Google Place ID Display เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CodeWithDennis และคุณลักษณะหลักของมันคือ "The Google Place Display conveniently displays the Place IDs of companies."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Place ID Display
ดาวน์โหลดไฟล์ส่วนขยาย Google Place ID Display ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Place ID Display |
ID | lajmnonjjncieddbhlkenkaeidehamao |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-place-id-display/lajmnonjjncieddbhlkenkaeidehamao |
คำอธิบาย | The Google Place Display conveniently displays the Place IDs of companies. |
ขนาดไฟล์ | 13.61 KB |
จำนวนการติดตั้ง | 89 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-05-21 |
วันที่เผยแพร่ | 2023-05-21 |
ผู้พัฒนา | CodeWithDennis |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } ] } |