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 là gì?

VStat 2 - visit statistics & website traffic là một tiện ích mở rộng Chrome được phát triển bởi https://vstat.info, và tính năng chính của nó là "Web Traffic Analysis and Visitors Details SEO plugin. See visitors on icon. See trends. Similar sites and Similarweb info.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VStat 2 - visit statistics & website traffic

Tải xuống các tệp mở rộng VStat 2 - visit statistics & website traffic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 ❤️                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VStat 2 - visit statistics & website traffic VStat 2 - visit statistics & website traffic
ID bohliiapbjnbphkefjiakajaimlleoma
URL Chính Thức https://chromewebstore.google.com/detail/vstat-2-visit-statistics/bohliiapbjnbphkefjiakajaimlleoma
Mô tả Web Traffic Analysis and Visitors Details SEO plugin. See visitors on icon. See trends. Similar sites and Similarweb info.
Kích Thước Tệp 203 KB
Số Lần Cài Đặt 29,624
Phiên Bản Hiện Tại 2.203
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2019-12-12
Đánh Giá 4.30/5 Tổng số 105 Đánh Giá
Nhà Phát Triển https://vstat.info
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vstat.info
URL Trang Trợ Giúp https://vstat.info
URL Trang Chính Sách Bảo Mật http://socioner.com/socioner-pp.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}