Open This in SEMrush

*This extension is not intended to switch SEMrush but to make the process quicker. Clicking on any of the 4 buttons will open…

Open This in SEMrush란 무엇입니까?

Open This in SEMrush은(는) Avi Klein에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "*This extension is not intended to switch SEMrush but to make the process quicker. Clicking on any of the 4 buttons will open…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        *This extension is not intended to switch SEMrush but to make the process quicker. Clicking on any of the 4 buttons will open SEMrush in the appropriate place and already add the URL you are currently viewing to the tool.

** The links we use may contain affiliate links and we may be compensated if you end up purchasing anything after using our tool.

When doing SEO and digital marketing, we always need to use multiple tools in order to help us out with the task. One of the most known tools to help out SEOs is "Semrush". Semrush not only helps out with SEO, but it also offers lots of information in regards to digital marketing as a whole. You can get information about the pages on any site you want to learn about, traffic estimation, content ideas, Google ads and much more.

Usually what we do when looking at an interesting site is copy its URL, go to Semrush, paste the URL and start learning about it. With "Open This is Semrush" you can simplify this by just clicking a button, deciding what section of Semrush you want to open, and that's it.

This extension just simplifies the process and makes things move a bit faster.                    

확장 프로그램 기본 정보

이름 Open This in SEMrush Open This in SEMrush
ID mlgfgdemfaeahnjbcnkfndcmbocmonjf
공식 URL https://chromewebstore.google.com/detail/open-this-in-semrush/mlgfgdemfaeahnjbcnkfndcmbocmonjf
설명 *This extension is not intended to switch SEMrush but to make the process quicker. Clicking on any of the 4 buttons will open…
파일 크기 1.77 MB
설치 횟수 1,000
현재 버전 0.2
최근 업데이트 2022-04-24
출시 날짜 2021-05-16
평점 5.00/5 총 1 개의 평점
개발자 Avi Klein
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://scanwp.net
도움말 페이지 URL https://scanwp.net
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open This in SEMrush",
    "short_name": "Open This in SEMrush",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vue.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "Popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}