SCheckPro

Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.

什么是SCheckPro?

SCheckPro是由https://spineditor.com开发的Chrome扩展程序,该扩展的主要功能是“Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.”。

扩展截图

screenshot

下载SCheckPro扩展crx文件

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

扩展使用说明

                        Hỗ trợ người dùng thao tác nhanh trong việc tìm kiếm và sao chép dữ liệu cần thiết.                    

扩展基本信息

名称 SCheckPro SCheckPro
ID aiacepmnmgokkgjaplbbloiccdmmfcaa
官方URL https://chromewebstore.google.com/detail/scheckpro/aiacepmnmgokkgjaplbbloiccdmmfcaa
简介 Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.
文件大小 48.54 KB
安装次数 50,000
当前版本 16.23
更新时间 2023-09-28
上架时间 2019-08-28
评分 4.35/5 共46次评分
开发者 https://spineditor.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://spineditor.com
帮助页面URL https://www.facebook.com/messages/t/tung.lam.bi.ngo
隐私政策页面URL https://spineditor.com/policy.aspx
支持的语言 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SCheckPro",
    "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 v\u00e0 ph\u00e1t tri\u1ec3n SEO. Ch\u1ec9 s\u1eed d\u1ee5ng tr\u00ean spineditor.",
    "version": "16.23",
    "action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "popup.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}