Vpulse

vpulse is a Google Chrome extension that helps users find keywords and lists comparable youtube videos for those keywords

Vpulseとは何ですか?

VpulseはVpulseによって開発されたChromeの拡張機能で、その主な機能は「vpulse is a Google Chrome extension that helps users find keywords and lists comparable youtube videos for those keywords」です。

拡張機能のスクリーンショット

screenshot

Vpulse拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Working out the right keywords for your videos and finding comparable YouTube videos for those keywords is hard work. 

 It’s not just hard work, it’s also time-consuming and repetitive. 

vPulse helps you to find the right keywords and at the same time letting you know which video(s) you can watch to learn more about your selected topic and what people expect from it.

 You will receive lists of relevant and popular videos.

Allowing you to search through them based on various variables like title, tags, length, number of views and more.  

 vPulse helps to make YouTube SEO super-easy. 

With our help you can find the best possible keywords to rank for.
 
And get more traffic, subscribers and views. 

To start using vPulse install on your chrome browser.

Click the heart icon and search for whatever keyword you're interested in. 

vPulse will list out similar keywords based on the one entered and you will see relevant videos for that keywords as well. 

Give yourself an edge when it comes to YouTube SEO with vPulse.                    

拡張機能の基本情報

名前 Vpulse Vpulse
ID mcnnjcapnldmiccjpfebakjglmcjmkii
公式URL https://chrome.google.com/webstore/detail/vpulse/mcnnjcapnldmiccjpfebakjglmcjmkii
説明 vpulse is a Google Chrome extension that helps users find keywords and lists comparable youtube videos for those keywords
ファイルサイズ 212 KB
インストール数 503
現在のバージョン 1.1.1
最終更新日 2021-01-13
公開日 2019-03-11
評価 5.00/5 合計 1 レビュー
開発者 Vpulse
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.vpulse.io/
ヘルプページのURL https://www.vpulse.io/
プライバシーポリシーページのURL https://www.jelanithemarketer.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vpulse",
    "description": "vpulse is a Google Chrome extension that helps users find keywords and lists comparable youtube videos for those keywords",
    "version": "1.1.1",
    "permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "icons": {
        "48": "images\/48x48-vpulselogo.png",
        "128": "images\/128x128-vpulselogo.png"
    },
    "browser_action": {
        "default_icon": "images\/128x128-vpulselogo.png",
        "default_popup": "popup.html",
        "default_title": "Vpulse For YouTube"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": []
}