Google Place ID Display

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

Co je Google Place ID Display?

Google Place ID Display je rozšíření Chrome vyvinuté CodeWithDennis, a jeho hlavní funkcí je „The Google Place Display conveniently displays the Place IDs of companies.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Place ID Display

Stáhněte si soubory rozšíření Google Place ID Display ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Google Place ID Display Google Place ID Display
ID lajmnonjjncieddbhlkenkaeidehamao
Oficiální URL https://chromewebstore.google.com/detail/google-place-id-display/lajmnonjjncieddbhlkenkaeidehamao
Popis The Google Place Display conveniently displays the Place IDs of companies.
Velikost souboru 13.61 KB
Počet instalací 89
Aktuální Verze 1.0
Poslední Aktualizace 2023-05-21
Datum Vydání 2023-05-21
Vývojář CodeWithDennis
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}