Just another SEO Extension

Your SEO Swiss Army Knife

Just another SEO Extensionคืออะไร?

Just another SEO Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://seoextension.org และคุณลักษณะหลักของมันคือ "Your SEO Swiss Army Knife"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Just another SEO Extension you didn't ask for (it's JASE, for the friends)

Annoyed by having 15 different SEO extensions? Tired of all the javascript bookmarklets you pinned in your Chrome bookmarks bar? I was

~ Built by an iGaming full-time SEO guy for himself and whoever wants                    

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

ชื่อ Just another SEO Extension Just another SEO Extension
ID mdekkbffhfneambodkphlbflelobaanl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/just-another-seo-extensio/mdekkbffhfneambodkphlbflelobaanl
คำอธิบาย Your SEO Swiss Army Knife
ขนาดไฟล์ 179 KB
จำนวนการติดตั้ง 128
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2023-07-04
วันที่เผยแพร่ 2023-04-20
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://seoextension.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://seoextension.org/
URL หน้าช่วยเหลือ https://seoextension.org/
URL หน้านโยบายความเป็นส่วนตัว https://www.iubenda.com/privacy-policy/76827271
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Just another SEO Extension",
    "description": "Your SEO Swiss Army Knife",
    "version": "1.1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "contextMenu.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injectUtils.js",
                "background.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": ".\/logo198.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "198": ".\/logo198.png"
    }
}