ContentKing: Real-time SEO auditing
See ContentKing metrics and data directly in your browser.
¿Qué es ContentKing: Real-time SEO auditing?
ContentKing: Real-time SEO auditing es una extensión de Chrome desarrollada por https://www.contentkingapp.com, y su función principal es "See ContentKing metrics and data directly in your browser.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ContentKing: Real-time SEO auditing
Descarga archivos de extensión ContentKing: Real-time SEO auditing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/
Información Básica de la Extensión
Nombre | ContentKing: Real-time SEO auditing |
ID | kelobidgacbngfmplnjckcbgpkplnbnd |
URL Oficial | https://chromewebstore.google.com/detail/contentking-real-time-seo/kelobidgacbngfmplnjckcbgpkplnbnd |
Descripción | See ContentKing metrics and data directly in your browser. |
Tamaño del Archivo | 5.82 MB |
Cantidad de Instalaciones | 3,218 |
Versión Actual | 1.8.7 |
Última Actualización | 2024-02-15 |
Fecha de Publicación | 2020-06-26 |
Calificación | 5.00/5 Total de 13 Calificaciones |
Desarrollador | https://www.contentkingapp.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.contentkingapp.com/ |
URL de la Página de Ayuda | https://www.contentkingapp.com/support/chrome-extension/ |
URL de la Página de Política de Privacidad | https://www.contentkingapp.com/privacy-policy |
Idiomas Soportados | 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 } } |