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" ] } ] } |