Oncrawl SEO page audit
Onsite SEO metrics
Oncrawl SEO page audit क्या है?
Oncrawl SEO page audit https://oncrawl.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Onsite SEO metrics"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Oncrawl SEO page audit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Oncrawl extension provides valuable informations on the status of any web page by measuring its content (SEO tags, duplicate and near duplicate content, structured data, social metas, linking… and many other amazing things). Get a real full SEO report: useful to detect errors on a page and optimise it. SEO audits should be easy and actionable! That’s why me made this Chrome extension! In one glance, spot any content issues on your web pages and highlight specific SEO metrics with X-Rays. Use it for free on any websites and login to OnCrawl to access complete reports. Boost your rankings now!
एक्सटेंशन की मूल जानकारी
नाम | Oncrawl SEO page audit |
ID | ngcfjikphejojdjnmiegbcjhemldbjhp |
आधिकारिक URL | https://chromewebstore.google.com/detail/oncrawl-seo-page-audit/ngcfjikphejojdjnmiegbcjhemldbjhp |
विवरण | Onsite SEO metrics |
फ़ाइल का आकार | 98.34 KB |
स्थापना संख्या | 3,598 |
वर्तमान संस्करण | 1.0.9 |
अंतिम अपडेट | 2021-05-20 |
प्रकाशन तिथि | 2018-01-22 |
रेटिंग | 4.67/5 कुल 6 रेटिंग्स |
डेवलपर | https://oncrawl.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oncrawl SEO page audit", "description": "Onsite SEO metrics", "author": "Cogniteev", "version": "1.0.9", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "chrome\/popup.html", "default_title": "Audit page" }, "background": { "scripts": [ "chrome\/assets\/js\/jquery.js", "config.js", "chrome\/event-page.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/widget.intercom.io https:\/\/js.intercomcdn.com 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "app\/app.js", "app\/app.html", "app\/assets\/js\/jquery.js", "app\/assets\/img\/logo.svg", "app\/assets\/css\/app.css" ], "permissions": [ "*:\/\/*.oncrawl.com\/", "activeTab", "cookies", "storage" ] } |