리뷰언즈 엔서포터

네이버 블로그 운영에 도움이 됩니다.

리뷰언즈 엔서포터란 무엇입니까?

리뷰언즈 엔서포터은(는) https://www.reviewerns.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "네이버 블로그 운영에 도움이 됩니다."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

리뷰언즈 엔서포터 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        네이버 검색 키워드와 블로그 글을 분석하여 검색엔진 최적화 된 콘텐츠를 작성하는데 도움이 됩니다. 블로그 글 작성 시 글자 수를 표시하는 기능도 제공됩니다.                    

확장 프로그램 기본 정보

이름 리뷰언즈 엔서포터 리뷰언즈 엔서포터
ID ogdclnimljhnfgcmgpccipgbjfhlmbap
공식 URL https://chromewebstore.google.com/detail/%EB%A6%AC%EB%B7%B0%EC%96%B8%EC%A6%88-%EC%97%94%EC%84%9C%ED%8F%AC%ED%84%B0/ogdclnimljhnfgcmgpccipgbjfhlmbap
설명 네이버 블로그 운영에 도움이 됩니다.
파일 크기 36.78 KB
설치 횟수 60,000
현재 버전 0.4.0
최근 업데이트 2023-10-19
출시 날짜 2022-09-07
평점 4.75/5 총 8 개의 평점
개발자 https://www.reviewerns.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.reviewerns.com/
도움말 페이지 URL https://www.reviewerns.com/main/support/
개인정보 보호 정책 페이지 URL https://www.reviewerns.com/terms/privacy_policy
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\ub9ac\ubdf0\uc5b8\uc988 \uc5d4\uc11c\ud3ec\ud130",
    "version": "0.4.0",
    "description": "\ub124\uc774\ubc84 \ube14\ub85c\uadf8 \uc6b4\uc601\uc5d0 \ub3c4\uc6c0\uc774 \ub429\ub2c8\ub2e4.",
    "icons": {
        "16": "icon\/icon_16.png",
        "32": "icon\/icon_32.png",
        "48": "icon\/icon_48.png",
        "128": "icon\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon\/icon_16.png",
            "32": "icon\/icon_32.png",
            "48": "icon\/icon_48.png",
            "128": "icon\/icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/*.reviewerns.com\/*",
        "https:\/\/*.naver.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js",
                "vendor\/purify.min.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "https:\/\/search.naver.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "blog_editor_addon.js",
                "lib\/NsupporterBlogEditorAddon.js",
                "lib\/NsupporterBlogPostParser.js"
            ],
            "matches": [
                "https:\/\/blog.naver.com\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                "https:\/\/*.naver.com\/*"
            ]
        }
    ]
}