ProSeoKit

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

ProSeoKit란 무엇입니까?

ProSeoKit은(는) phamtri262에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor."입니다.

확장 프로그램 스크린샷

screenshot

ProSeoKit 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Công cụ hỗ trợ SEO, đăng bài, forum, spin bài, kiểm tra thứ hạng từ khóa ...                    

확장 프로그램 기본 정보

이름 ProSeoKit ProSeoKit
ID hicebekaedhfidkjanjfahfegmfgofhp
공식 URL https://chromewebstore.google.com/detail/proseokit/hicebekaedhfidkjanjfahfegmfgofhp
설명 Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.
파일 크기 44.04 KB
설치 횟수 371
현재 버전 7.4
최근 업데이트 2019-08-28
출시 날짜 2019-08-28
개발자 phamtri262
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://spineditor.com/policy.aspx
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProSeoKit",
    "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": "7.4",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "popup.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}