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ファイルをダウンロード

Open in SEMRUSH拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}