Logeix Lab - Shopify SEO Tool

Quickly check SEO issues and opportunities. Built for Shopify first.

Logeix Lab - Shopify SEO Tool란 무엇입니까?

Logeix Lab - Shopify SEO Tool은(는) https://logeix.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly check SEO issues and opportunities. Built for Shopify first."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Logeix Lab - Shopify SEO Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An SEO extension built for Shopify first.

- Check Title Tag & Meta Description w/ Live character count
- Check meta robots, x-robots, and robots.txt
- Edit pages in 1-click
- Instantly analyse pages for Shopify SEO issues
- Detect theme and Shopify apps (new)

No other extension is specifically designed for Shopify SEO analysis and management. With Logeix Lab you can get the data, tools, and features you need faster than ever.                    

확장 프로그램 기본 정보

이름 Logeix Lab - Shopify SEO Tool Logeix Lab - Shopify SEO Tool
ID llopepfpoohjehneedhidnjdpniiilcm
공식 URL https://chromewebstore.google.com/detail/logeix-lab-shopify-seo-to/llopepfpoohjehneedhidnjdpniiilcm
설명 Quickly check SEO issues and opportunities. Built for Shopify first.
파일 크기 61.09 KB
설치 횟수 284
현재 버전 0.9.4
최근 업데이트 2023-08-13
출시 날짜 2023-01-22
평점 5.00/5 총 4 개의 평점
개발자 https://logeix.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Logeix Lab - Shopify SEO Tool",
    "description": "Quickly check SEO issues and opportunities. Built for Shopify first.",
    "author": "Logeix.com",
    "version": "0.9.4",
    "action": {
        "default_icon": "icon-32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "256": "icon-256.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}