SEO Extractor

Tools to extract and analyze SEO data

SEO Extractorคืออะไร?

SEO Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SEO Extractor และคุณลักษณะหลักของมันคือ "Tools to extract and analyze SEO data"

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

screenshot

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

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

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

                        Update: This extension has not been updated lately.

Grab SEO data quickly, right on your browser with the SEO Extractor.

Including extractors like:

* Extracto SERP data like organic results or PAA
* Extract headings, links, image URLS, etc.
* Grab Wikipedia common terms
* Grab common terms from any page
* Much more                    

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

ชื่อ SEO Extractor SEO Extractor
ID lmdnefllhiljfomcenmaojglalglejfo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seo-extractor/lmdnefllhiljfomcenmaojglalglejfo
คำอธิบาย Tools to extract and analyze SEO data
ขนาดไฟล์ 1.55 MB
จำนวนการติดตั้ง 2,642
เวอร์ชันปัจจุบัน 2.8.3
อัปเดตครั้งล่าสุด 2022-07-16
วันที่เผยแพร่ 2021-04-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา SEO Extractor
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO Extractor",
    "description": "Tools to extract and analyze SEO data",
    "version": "2.8.3",
    "manifest_version": 3,
    "icons": {
        "48": "public\/icon-main-48.png",
        "128": "public\/icon-main-128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "contextMenus",
        "scripting"
    ],
    "oauth2": {
        "client_id": "140169318488-846k7dilkvqmo4ks4mlc9hootbb2kuk5.apps.googleusercontent.com",
        "scopes": [
            ""
        ]
    },
    "background": {
        "service_worker": "static\/js\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "SEO Extractor",
        "default_icon": "public\/icon-main-48.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_page": "script-src: self; object-src: self; worker-src: self;"
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}