Oncrawl SEO page audit

Onsite SEO metrics

Oncrawl SEO page audit란 무엇입니까?

Oncrawl SEO page audit은(는) https://oncrawl.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Onsite SEO metrics"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Oncrawl SEO page audit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}