SearchAtlas SEO by LinkGraph

Leverage the power of SearchAtlas SEO data and insights on any page of your website.

SearchAtlas SEO by LinkGraph란 무엇입니까?

SearchAtlas SEO by LinkGraph은(는) https://linkgraph.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Leverage the power of SearchAtlas SEO data and insights on any page of your website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

SearchAtlas SEO by LinkGraph 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        LinkGraph's SearchAtlas is a 100% free extension that allows you to use our powerful SEO tools on any of your webpages. 

- Run Technical SEO Audits of Landing Pages, finding broken and redirecting links, opportunities to improve HTML meta tags and headers, and spot issues hurting the SEO of any webpage.

- (New!) We have integrated our AI-powered Content Assistant directly into the plugin, so you can identify opportunities to optimize the content of your landing pages as you navigate your website.

- Supercharge Google Docs with our SEO Content Assistant's AI-driven content recommendations and Focus Term highlighting.

- View your site's Google Search Console data using our GSC Insights Toolbar that appears as you browse your website. Access SEO metrics for the page including impressions, traffic, ranking keywords, and more!

- Enhance Google Search Results with Search Volume, CPC, and Organic Difficulty alongside search results, directly inside Google.                    

확장 프로그램 기본 정보

이름 SearchAtlas SEO by LinkGraph SearchAtlas SEO by LinkGraph
ID ahnhkdjjonmjlhbbgaaoehdnhlgcgbab
공식 URL https://chromewebstore.google.com/detail/searchatlas-seo-by-linkgr/ahnhkdjjonmjlhbbgaaoehdnhlgcgbab
설명 Leverage the power of SearchAtlas SEO data and insights on any page of your website.
파일 크기 15.95 MB
설치 횟수 875
현재 버전 2.60
최근 업데이트 2024-02-29
출시 날짜 2020-04-17
평점 5.00/5 총 14 개의 평점
개발자 https://linkgraph.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://linkgraph.io
도움말 페이지 URL https://linkgraph.io
개인정보 보호 정책 페이지 URL https://linkgraph.io/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchAtlas SEO by LinkGraph",
    "description": "Leverage the power of SearchAtlas SEO data and insights on any page of your website.",
    "version": "2.60",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "service_worker": "\/static\/js\/background.js"
    },
    "icons": {
        "16": "icon128.png",
        "32": "icon128.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/static\/js\/contentForAllPages.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/contentGscRoot.css"
            ],
            "js": [
                "\/static\/js\/contentGsc.js"
            ],
            "exclude_matches": [
                "*:\/\/*\/wp-login.php*",
                "*:\/\/*\/wp-admin\/*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/contentOverviewRoot.css"
            ],
            "js": [
                "\/static\/js\/contentOverview.js"
            ],
            "exclude_matches": [
                "https:\/\/dashboard.linkgraph.io\/",
                "https:\/\/dashboard.linkgraph.com\/*",
                "*:\/\/*\/wp-login.php*",
                "*:\/\/*\/wp-admin\/*",
                "*:\/\/*\/*.google.com\/*",
                "*:\/\/*.google.com\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.com\/search*tbm=vid*",
                "https:\/\/www.google.com\/search*tbm=isch*",
                "https:\/\/www.google.com\/search*tbm=shop*",
                "https:\/\/www.google.com\/search*tbs=lrf*",
                "https:\/\/www.google.com\/search*tbm=lcl*",
                "https:\/\/docs.google.com\/*",
                "*:\/\/*\/wp-admin\/*&action=edit",
                "*:\/\/*\/*\/wp-admin\/*&action=edit",
                "https:\/\/www.figma.com\/file\/*\/*",
                "https:\/\/gitlab.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "exclude_matches": [
                "https:\/\/www.google.com\/search*tbm=vid*",
                "https:\/\/www.google.com\/search*tbm=isch*",
                "https:\/\/www.google.com\/search*tbm=shop*",
                "https:\/\/www.google.com\/search*tbs=lrf*",
                "https:\/\/www.google.com\/search*tbm=lcl*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/search*"
            ],
            "css": [
                "\/static\/css\/contentKeyword.css"
            ],
            "js": [
                "\/static\/js\/contentKeyword.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/d\/*\/edit*",
                "*:\/\/*\/wp-admin\/*&action=edit",
                "*:\/\/*\/*\/wp-admin\/*&action=edit",
                "https:\/\/www.figma.com\/file\/*\/*"
            ],
            "js": [
                "\/static\/js\/contentCa.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/static\/media\/*",
                "\/static\/css\/*",
                "\/css\/*",
                "\/js\/docsCanvas.js",
                "\/js\/script.js",
                "https:\/\/dashboard.linkgraph.com\/"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "notifications",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/dashboard.linkgraph.com\/"
    ]
}