Botify Extension

Botify Extension

Botify Extensionとは何ですか?

Botify ExtensionはBotifyによって開発されたChromeの拡張機能で、その主な機能は「Botify Extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Botify Extension拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
                ""
            ]
        }
    ]
}