Google Place ID Display

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

Wat is Google Place ID Display?

Google Place ID Display is een Chrome-extensie ontwikkeld door CodeWithDennis, en de belangrijkste functie is "The Google Place Display conveniently displays the Place IDs of companies.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Place ID Display

Download Google Place ID Display-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Google Place ID Display Google Place ID Display
ID lajmnonjjncieddbhlkenkaeidehamao
Officiële URL https://chromewebstore.google.com/detail/google-place-id-display/lajmnonjjncieddbhlkenkaeidehamao
Beschrijving The Google Place Display conveniently displays the Place IDs of companies.
Bestandsgrootte 13.61 KB
Aantal Installaties 89
Huidige Versie 1.0
Laatst Bijgewerkt 2023-05-21
Publicatiedatum 2023-05-21
Ontwikkelaar CodeWithDennis
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}