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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See ContentKing metrics and data directly in your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ContentKing: Real-time SEO auditing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ID | kelobidgacbngfmplnjckcbgpkplnbnd |
आधिकारिक URL | 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 } } |