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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Place ID Display

قم بتنزيل ملفات الامتداد Google Place ID Display بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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