Botify Extension

Botify Extension

Botify Extensionคืออะไร?

Botify Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Botify และคุณลักษณะหลักของมันคือ "Botify Extension"

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

screenshot
screenshot
screenshot

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

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

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

                        Display SEO warnings, indicators, and keywords data from your Botify analysis without leaving your website
If you use Botify, you’ve likely visited the URL Details Page. 
The Botify Chrome extension takes all the insights about each of your site’s URLs, like your inlinks and outlinks, data around hreflang annotations, content, keywords (if integrated in a project), and more directly on the page you’re visiting. 
Note: To use the extension, you must have an existing Botify analysis of the website – and rights to access it, as the owner or as a guest on the project.                    

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

ชื่อ Botify Extension Botify Extension
ID apkbhelmjopppdciodiacpabiklegojp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/botify-extension/apkbhelmjopppdciodiacpabiklegojp
คำอธิบาย Botify Extension
ขนาดไฟล์ 4.27 MB
จำนวนการติดตั้ง 1,956
เวอร์ชันปัจจุบัน 1.24.0
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2020-06-16
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Botify
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.botify.com/
URL หน้าช่วยเหลือ https://www.botify.com/support
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Botify Extension",
    "description": "Botify Extension",
    "version": "1.24.0",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "96": "images\/favicon-96x96.png",
        "128": "images\/favicon-128x128.png",
        "160": "images\/favicon-160x160.png",
        "192": "images\/favicon-192x192.png"
    },
    "action": {
        "default_icon": "images\/favicon-192x192.png",
        "default_popup": "public\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "injecter.bundle.js"
            ],
            "exclude_globs": [
                "*:\/\/app.botify.com\/*",
                "*:\/\/app.*.botify.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service_worker.bundle.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "webNavigation",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "css\/*",
                "public\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}