Franz Enzenhofer SEO Live Test

Franz SEO Live Test is a extendable tool to run webperformance, technical SEO tests on webpages while browsing!

Franz Enzenhofer SEO Live Testคืออะไร?

Franz Enzenhofer SEO Live Test เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://fullstackoptimization.com และคุณลักษณะหลักของมันคือ "Franz SEO Live Test is a extendable tool to run webperformance, technical SEO tests on webpages while browsing!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Franz Enzenhofer SEO Live Test

ดาวน์โหลดไฟล์ส่วนขยาย Franz Enzenhofer SEO Live Test ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Version 2.3.1 Speed Improvements and GOOGLE URL INSPECTION API rules

Version 2.0.3 Site Search Button

Version 2.0.1 Now called Franz Enzenhofer Live Test, added Google Auth and GSC and GA Connection

Version 1.4.1. Added direct link into Google Cache ([C] Button)

Version 1.4.0. New awesome icons.

Version 1.3.3. Now with new shortlinks Q and P into Google Search Console 

Version 1.3.2. Now checks if internal ressources are disallowed via robots.txt

Version 1.3.1. Renamed from previously "f19n Obtrusive Live Test" to "Fullstackoptimization Live Test"

New Version 1.3.0 - Major Update

f19n Obtrusive Live Test is a sandboxed, extendable  Webpage Testing Framework. It tests all pages during browsing on pre-defined best practices (i.e.: SEO and webperformance). You can easily create new tests yourself!

User-Doku: https://docs.google.com/document/d/1UktjtxNe71vPKvw_D4xELX2RMJAXXI4-hrMC7Pinb6U/edit# 

Developer Doku: https://github.com/franzenzenhofer/f19n-obtrusive-livetest/ 

Warning: This extension is for developers & technical managers, people who know about HTML, the DOM and HTTP headers.

This application follows the Systematic SEO approach outlined in "Understanding SEO - A Systematic Approach to Search Engine Optimization" https://www.fullstackoptimization.com/b/understanding-seo                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Franz Enzenhofer SEO Live Test Franz Enzenhofer SEO Live Test
ID jbnaibigcohjfefpfocphcjeliohhold
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/franz-enzenhofer-seo-live/jbnaibigcohjfefpfocphcjeliohhold
คำอธิบาย Franz SEO Live Test is a extendable tool to run webperformance, technical SEO tests on webpages while browsing!
ขนาดไฟล์ 1.19 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 2.3.1
อัปเดตครั้งล่าสุด 2022-03-30
วันที่เผยแพร่ 2020-06-23
คะแนน 4.96/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา http://fullstackoptimization.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/franzenzenhofer/f19n-obtrusive-livetest/
URL หน้าช่วยเหลือ https://github.com/franzenzenhofer/f19n-obtrusive-livetest/
URL หน้านโยบายความเป็นส่วนตัว https://github.com/franzenzenhofer/f19n-obtrusive-livetest/blob/master/privacy.md
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Franz Enzenhofer SEO Live Test",
    "description": "Franz SEO Live Test is a extendable tool to run webperformance, technical SEO tests on webpages while browsing!",
    "version": "2.3.1",
    "browser_action": {
        "default_title": "Franz Enzenhofer SEO Live Test",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "web_accessible_resources": [
        "codeview.html",
        "panel.html",
        "rules.html",
        "sandbox.html",
        "js\/*.js",
        "css\/*.css"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*\/*.js",
                "https:\/\/*\/*.css",
                "https:\/\/*\/*.png",
                "https:\/\/*\/*.jpg",
                "https:\/\/*\/*.jpeg",
                "https:\/\/*\/*gif",
                "http:\/\/*\/*.js",
                "http:\/\/*\/*.css",
                "http:\/\/*\/*.png",
                "http:\/\/*\/*.jpg",
                "http:\/\/*\/*.jpeg",
                "http:\/\/*\/*gif",
                "http:\/\/*\/*txt",
                "https:\/\/*\/*txt"
            ],
            "all_frames": false,
            "js": [
                "js\/zepto.min.js",
                "js\/document_start.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*\/*.js",
                "https:\/\/*\/*.css",
                "https:\/\/*\/*.png",
                "https:\/\/*\/*.jpg",
                "https:\/\/*\/*.jpeg",
                "https:\/\/*\/*gif",
                "http:\/\/*\/*.js",
                "http:\/\/*\/*.css",
                "http:\/\/*\/*.png",
                "http:\/\/*\/*.jpg",
                "http:\/\/*\/*.jpeg",
                "http:\/\/*\/*gif",
                "http:\/\/*\/*txt",
                "https:\/\/*\/*txt"
            ],
            "all_frames": false,
            "js": [
                "js\/document_end.js"
            ]
        },
        {
            "run_at": "document_idle",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*\/*.js",
                "https:\/\/*\/*.css",
                "https:\/\/*\/*.png",
                "https:\/\/*\/*.jpg",
                "https:\/\/*\/*.jpeg",
                "https:\/\/*\/*gif",
                "http:\/\/*\/*.js",
                "http:\/\/*\/*.css",
                "http:\/\/*\/*.png",
                "http:\/\/*\/*.jpg",
                "http:\/\/*\/*.jpeg",
                "http:\/\/*\/*gif",
                "http:\/\/*\/*txt",
                "https:\/\/*\/*txt"
            ],
            "all_frames": false,
            "js": [
                "js\/document_idle.js",
                "js\/content_script.js"
            ]
        }
    ],
    "oauth2": {
        "client_id": "335346275770-6d6s9ja0h7brn24ghf3vqa9kv7ko5vfv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/webmasters.readonly",
            "https:\/\/www.googleapis.com\/auth\/analytics.readonly"
        ]
    },
    "permissions": [
        "identity",
        "management",
        "storage",
        "tabs",
        "webRequest",
        "webNavigation",
        "unlimitedStorage",
        "*:\/\/*\/*"
    ]
}