Google Search Console Performance Report link

Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.

ما هو Google Search Console Performance Report link؟

Google Search Console Performance Report link هو إضافة Chrome تم تطويرها بواسطة Simon Gilhooly @ Discoverable، والميزة الرئيسية لها هي "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.".

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

screenshot

تحميل ملف CRX للإضافة Google Search Console Performance Report link

قم بتنزيل ملفات الامتداد Google Search Console Performance Report link بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The Google Search Console hot link by Discoverable takes the webpage in your browser tab and deep links through to the page performance section of Google Search Console. Very simple stuff but highly satisfying. A great productivity tool for the SEO community.                    

معلومات أساسية عن التمديد

الاسم Google Search Console Performance Report link Google Search Console Performance Report link
ID jdhacokdjcjbodppglifgmfeknahahgk
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-search-console-per/jdhacokdjcjbodppglifgmfeknahahgk
الوصف Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.
حجم الملف 20.02 KB
عدد التثبيتات 551
النسخة الحالية 1.2.8
آخر تحديث 2023-11-04
تاريخ النشر 2019-07-10
تقييم 4.60/5 مجموع تقييمات 5
المطور Simon Gilhooly @ Discoverable
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.discoverable.co.uk/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console Performance Report link",
    "description": "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.",
    "version": "1.2.8",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_title": "GSC: URL Performance Report Deeplink",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}