SeoView

SeoView turns a simple Google search into a powerful and comprehensive SEO tool.

SeoViewคืออะไร?

SeoView เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://seoview.io และคุณลักษณะหลักของมันคือ "SeoView turns a simple Google search into a powerful and comprehensive SEO tool."

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

screenshot
screenshot
screenshot

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

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

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

                        SeoView is a game changer for your SEO & marketing journey.

SeoView turns a simple Google search into a powerful and comprehensive SEO tool.

🌴 Get your Lifetime License -- Limited offer 🌴

💚 Excellent in spying on competitors and keyword research. 
Visualize all the following data from the SERP:

➤ Domain authority
➤ Monthly organic traffic
➤ Monthly traffic value
➤ Millions of keyword suggestions
➤ Keyword monthly search volume
➤ Keyword competition
➤ Keywords CPCs
➤ Number of backlinks of any website
➤ See Facebook Ads

💚 Enjoy a 5 days free trial. 💚

SeoView allows you to spy your competitors’ backlink data, their paid and organic keyword rankings, and even their Facebook Ads.

SeoView gives you relevant metrics for keyword research like search volume data, ppc cost, and millions of keyword suggestions.

🌴 Get your Lifetime License -- Limited offer 🌴                    

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

ชื่อ SeoView SeoView
ID pdlaimgbggkpebpgjcgjcfecpfmkpkhb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seoview/pdlaimgbggkpebpgjcgjcfecpfmkpkhb
คำอธิบาย SeoView turns a simple Google search into a powerful and comprehensive SEO tool.
ขนาดไฟล์ 180 KB
จำนวนการติดตั้ง 282
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2021-08-10
วันที่เผยแพร่ 2021-06-14
คะแนน 3.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://seoview.io
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://seoview.io
URL หน้านโยบายความเป็นส่วนตัว https://seoview.io/terms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SeoView",
    "short_name": "SeoView",
    "version": "1.8",
    "manifest_version": 2,
    "description": "SeoView turns a simple Google search into a powerful and comprehensive SEO tool.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "source\/browser_action\/popup.html",
        "default_title": "SeoView"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/google.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "source\/background\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/js.stripe.com\/v3\/; object-src 'self'",
    "web_accessible_resources": [
        "source\/temp.html",
        "icons\/*",
        "css\/*"
    ]
}