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文件

下载Logeix Lab - Shopify SEO Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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": [
                ""
            ]
        }
    ]
}