VStat 2 - visit statistics & website traffic

Web Traffic Analysis and Visitors Details SEO plugin. See visitors on icon. See trends. Similar sites and Similarweb info.

VStat 2 - visit statistics & website traffic란 무엇입니까?

VStat 2 - visit statistics & website traffic은(는) https://vstat.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web Traffic Analysis and Visitors Details SEO plugin. See visitors on icon. See trends. Similar sites and Similarweb info."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

VStat 2 - visit statistics & website traffic 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Web Traffic Analysis and Visitors Details for domains SEO plugin. 

Icon show visitors for any site. Charts for the last 6 months. Similar sites and Similaweb info.

You can see how many visitors a day have each site.

Discover audience data of any website. See detailed reports of websites traffic, audience sources, profile and interests.
 
Collect insights for your marketing and sales teams to improve your marketing and sales funnels.

With VStat Chrome extension you can quickly assess your potential client’s digital outreach and assign them into proper client segment. Or you can audit your competitors’ sites, discover their reach and engagement metrics, asses their digital presence.

✓ Check website popularity at a glance, dive into companies’ audience and marketing mix insights in a click. VStat button becomes your surfing assistant. Just don’t forget to activate it.

✓ Use VStat collections to spare countless hours copying, pasting and matching data from a variety of data sources such as rankings, comparisons, directories and such. 

✓ Quickly see how your digital assets stack up against competition, tap into areas of growth. 

✓ Get insight into your competitors SEO and advertising with report on their organic and paid Google keywords.

Give your sales and marketing teams a boost with VStat!

You can read privacy policy here
https://vstat.info/vstat-pp

We hope you will enjoy VStat and would love to hear from you via the chat or [email protected]
❤️ https://vstat.info ❤️                    

확장 프로그램 기본 정보

이름 VStat 2 - visit statistics & website traffic VStat 2 - visit statistics & website traffic
ID bohliiapbjnbphkefjiakajaimlleoma
공식 URL https://chromewebstore.google.com/detail/vstat-2-visit-statistics/bohliiapbjnbphkefjiakajaimlleoma
설명 Web Traffic Analysis and Visitors Details SEO plugin. See visitors on icon. See trends. Similar sites and Similarweb info.
파일 크기 203 KB
설치 횟수 29,624
현재 버전 2.203
최근 업데이트 2024-02-20
출시 날짜 2019-12-12
평점 4.30/5 총 105 개의 평점
개발자 https://vstat.info
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vstat.info
도움말 페이지 URL https://vstat.info
개인정보 보호 정책 페이지 URL http://socioner.com/socioner-pp.html
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ],
    "homepage_url": "https:\/\/vstat.info\/",
    "version": "2.203",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "128": "icon1.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "VStat3"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/jquery.min.js",
                "src\/tools\/json.js",
                "src\/tools\/base64.js",
                "src\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "*",
        "popup.html",
        "translate.css",
        "link_error.html",
        "css\/style.css",
        "css\/links.css"
    ]
}