Open in SEMRUSH

Check any website's traffic, keywords and ads with Open in SEMRUSH

Open in SEMRUSH란 무엇입니까?

Open in SEMRUSH은(는) https://www.adpharos.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check any website's traffic, keywords and ads with Open in SEMRUSH"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Open in SEMRUSH 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Open in SEMRUSH adds a button to the toolbar which when clicked opens a new tab and passes the current URL to SEMRUSH for quick and easy viewing of both organic & ppc keyword traffic statistics for the given website.                    

확장 프로그램 기본 정보

이름 Open in SEMRUSH Open in SEMRUSH
ID chgblofegkokcojhgjfgfdbgbcalnpml
공식 URL https://chrome.google.com/webstore/detail/open-in-semrush/chgblofegkokcojhgjfgfdbgbcalnpml
설명 Check any website's traffic, keywords and ads with Open in SEMRUSH
파일 크기 10.22 KB
설치 횟수 10,000
현재 버전 2.2
최근 업데이트 2021-07-30
출시 날짜 2016-05-31
평점 3.71/5 총 28 개의 평점
개발자 https://www.adpharos.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.adpharos.com/contact/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in SEMRUSH",
    "version": "2.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "semrush.js"
        ]
    },
    "description": "Check any website's traffic, keywords and ads with Open in SEMRUSH",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon.png"
        },
        "default_title": "Open in SEMRUSH"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}