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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}