Google Place ID Display
The Google Place Display conveniently displays the Place IDs of companies.
Cos'è Google Place ID Display?
Google Place ID Display è un'estensione di Chrome sviluppata da CodeWithDennis, e la sua funzione principale è "The Google Place Display conveniently displays the Place IDs of companies.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Place ID Display
Scarica i file di estensione Google Place ID Display in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Google Place ID Display |
ID | lajmnonjjncieddbhlkenkaeidehamao |
URL Ufficiale | https://chromewebstore.google.com/detail/google-place-id-display/lajmnonjjncieddbhlkenkaeidehamao |
Descrizione | The Google Place Display conveniently displays the Place IDs of companies. |
Dimensione del File | 13.61 KB |
Conteggio Installazioni | 89 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-05-21 |
Data di Pubblicazione | 2023-05-21 |
Sviluppatore | CodeWithDennis |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |