SEO helper

helps with tasks like seeing if a page is indexable

SEO helperคืออะไร?

SEO helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://valentin.app และคุณลักษณะหลักของมันคือ "helps with tasks like seeing if a page is indexable"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SEO helper

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

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

                        SEO helper shows wether the current page can be indexed by Google or not and wether links will be follow or not.

release log:
v2.0 now with several new features like including status codes, redirects, robots.txt and canonical
v1.3 several bugfixes (including meta tag in body)
v1.2 now accounts for uppercase                    

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

ชื่อ SEO helper SEO helper
ID dcjpekmglilnkcbaocogljaiinepdjbm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seo-helper/dcjpekmglilnkcbaocogljaiinepdjbm
คำอธิบาย helps with tasks like seeing if a page is indexable
ขนาดไฟล์ 191 KB
จำนวนการติดตั้ง 247
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2018-12-03
วันที่เผยแพร่ 2018-12-02
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://valentin.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://valentin.app/robotsmeta.html
URL หน้าช่วยเหลือ https://twitter.com/VorticonCmdr
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_popup": "popup.html",
        "default_title": "SEO helper",
        "name": "SEO helper"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png"
    },
    "description": "helps with tasks like seeing if a page is indexable",
    "manifest_version": 2,
    "name": "SEO helper",
    "permissions": [
        "storage",
        "webRequest",
        "webNavigation",
        "tabs",
        ""
    ],
    "version": "2.0"
}