ContentKing: Real-time SEO auditing

See ContentKing metrics and data directly in your browser.

Cos'è ContentKing: Real-time SEO auditing?

ContentKing: Real-time SEO auditing è un'estensione di Chrome sviluppata da https://www.contentkingapp.com, e la sua funzione principale è "See ContentKing metrics and data directly in your browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ContentKing: Real-time SEO auditing

Scarica i file di estensione ContentKing: Real-time SEO auditing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome ContentKing: Real-time SEO auditing ContentKing: Real-time SEO auditing
ID kelobidgacbngfmplnjckcbgpkplnbnd
URL Ufficiale https://chromewebstore.google.com/detail/contentking-real-time-seo/kelobidgacbngfmplnjckcbgpkplnbnd
Descrizione See ContentKing metrics and data directly in your browser.
Dimensione del File 5.82 MB
Conteggio Installazioni 3,218
Versione Corrente 1.8.7
Ultimo Aggiornamento 2024-02-15
Data di Pubblicazione 2020-06-26
Valutazione 5.00/5 Totale 13 Valutazioni
Sviluppatore https://www.contentkingapp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.contentkingapp.com/
URL della Pagina di Aiuto https://www.contentkingapp.com/support/chrome-extension/
URL della Pagina della Politica sulla Privacy https://www.contentkingapp.com/privacy-policy
Lingue Supportate 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
    }
}