SCheckPro

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

What is SCheckPro?

SCheckPro is a Chrome extension developed by https://spineditor.com, and its main feature is "Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.".

Extension Screenshots

screenshot

Download SCheckPro Extension CRX File

Download SCheckPro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SCheckPro SCheckPro
ID aiacepmnmgokkgjaplbbloiccdmmfcaa
Official URL https://chromewebstore.google.com/detail/scheckpro/aiacepmnmgokkgjaplbbloiccdmmfcaa
Description Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.
File Size 48.54 KB
Installation Count 50,000
Current Version 16.23
Last Updated 2023-09-28
Publish Date 2019-08-28
Rating 4.35/5 Total 46 Ratings
Developer https://spineditor.com
Email [email protected]
Payment Type free
Extension Website http://spineditor.com
Help Page URL https://www.facebook.com/messages/t/tung.lam.bi.ngo
Privacy Policy Page URL https://spineditor.com/policy.aspx
Supported Languages 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"
    }
}