ContentKing: Real-time SEO auditing

See ContentKing metrics and data directly in your browser.

什麼是ContentKing: Real-time SEO auditing?

ContentKing: Real-time SEO auditing是由https://www.contentkingapp.com開發的Chrome擴展程式,該擴展的主要功能是“See ContentKing metrics and data directly in your browser.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載ContentKing: Real-time SEO auditing擴展crx文件

下載ContentKing: Real-time SEO auditing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ContentKing provides SEO Auditing and Content Change Tracking in real-time.

Easily discover how to improve your search engine visibility and get immediate alerts about technical issues and unexpected page changes. Fix problems before visitors and search engines notice!

GET STARTED NOW

1. Log in to your ContentKing account: app.contentkingapp.com
or start start a free 14-day trial: www.contentkingapp.com
2. Go to any page on a website monitored by ContentKing
3. Click on the ContentKing extension icon in the extensions toolbar

NEED HELP GETTING STARTED?

Reach out to us anytime and we'll be happy to get you started: www.contentkingapp.com/contact/                    

擴展基本資訊

名稱 ContentKing: Real-time SEO auditing ContentKing: Real-time SEO auditing
ID kelobidgacbngfmplnjckcbgpkplnbnd
官方網址 https://chromewebstore.google.com/detail/contentking-real-time-seo/kelobidgacbngfmplnjckcbgpkplnbnd
簡介 See ContentKing metrics and data directly in your browser.
檔案大小 5.82 MB
安裝次數 3,218
目前版本 1.8.7
更新時間 2024-02-15
上架時間 2020-06-26
評分 5.00/5 共 13 次評分
開發者 https://www.contentkingapp.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.contentkingapp.com/
說明頁面URL https://www.contentkingapp.com/support/chrome-extension/
隱私政策頁面URL https://www.contentkingapp.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "short_name": "ContentKing",
    "default_locale": "en",
    "version": "1.8.7",
    "homepage_url": "https:\/\/www.contentkingapp.com\/",
    "content_security_policy": "default-src 'self'; connect-src https:\/\/data.contentkingapp.com\/ https:\/\/contentking-api.app.conductor.com\/ https:\/\/sentry.io\/  ; img-src 'self' data: https:\/\/assets.contentkingapp.com\/ ; style-src 'self' https:\/\/fonts.googleapis.com; font-src https:\/\/fonts.gstatic.com",
    "offline_enabled": false,
    "icons": {
        "16": "icons\/active\/[email protected]",
        "19": "icons\/active\/[email protected]",
        "32": "icons\/active\/[email protected]",
        "38": "icons\/active\/[email protected]",
        "48": "icons\/active\/[email protected]",
        "128": "icons\/active\/[email protected]"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/active\/[email protected]",
            "19": "icons\/active\/[email protected]",
            "32": "icons\/active\/[email protected]",
            "38": "icons\/active\/[email protected]",
            "48": "icons\/active\/[email protected]",
            "128": "icons\/active\/[email protected]"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/data.contentkingapp.com\/",
        "https:\/\/contentking-api.app.conductor.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}