Similarweb - Traffic Rank & Website Analysis

Instant website analysis, including site rank, site traffic, sources and geography.

ما هو Similarweb - Traffic Rank & Website Analysis؟

Similarweb - Traffic Rank & Website Analysis هو إضافة Chrome تم تطويرها بواسطة https://www.similarweb.com، والميزة الرئيسية لها هي "Instant website analysis, including site rank, site traffic, sources and geography.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Similarweb - Traffic Rank & Website Analysis

قم بتنزيل ملفات الامتداد Similarweb - Traffic Rank & Website Analysis بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Get in-depth insights on any website you visit. Similarweb’s free extension is your all-in-one solution for website analysis and traffic monitoring. The ultimate competitive digital intelligence tool — now right from your browser!

Visit any competitor's website and get instant data to boost your marketing strategy. Easily access key metrics for any site, including visits over time, site rank by country and category, plus geographic traffic share and traffic sources. 

FEATURES:
🥇 Website Rank
Find out where a specific website ranks globally, in a particular country, and within its category and industry.

📈 Visits Over Time
Reveal how many visits a website receives over time, its bounce rate, the number of pages visited per session, the number of monthly website visits, and a user’s average duration.

🌎 Geography
Explore the top countries driving traffic, and see the percentage of visits from each country.

🚦 Traffic Sources
Discover the different traffic sources bringing visitors to a specific website, including direct, search, email, social, referrals, and display ads.


The Similarweb website traffic checker extension is the ideal tool for website owners, marketers, and SEO professionals who want to monitor website ranking, analyze website traffic, and gain insights into their competitors' websites. Visit our website to learn more about our powerful digital intelligence solutions: https://www.similarweb.com/ 


Download the extension today for in-depth insights on every website.
The Similarweb extension provides you with website rankings as well as many other metrics. Before you can start using the extension, you’ll need to approve the collection of anonymized clickstream data, including All Hosts, WebRequest, WebRequestBlocking, Web Navigation, tabs, and storage. Data is collected on the domains that you browse. For more information regarding our data collection, we urge you to review our privacy policy before installing our add-on, available here: https://www.Similarweb.com/corp/legal/extension-privacy-policy/.                    

معلومات أساسية عن التمديد

الاسم Similarweb - Traffic Rank & Website Analysis Similarweb - Traffic Rank & Website Analysis
ID hoklmmgfnpapgjgcpechhaamimifchmp
عنوان URL الرسمي https://chromewebstore.google.com/detail/similarweb-traffic-rank-w/hoklmmgfnpapgjgcpechhaamimifchmp
الوصف Instant website analysis, including site rank, site traffic, sources and geography.
حجم الملف 1.15 MB
عدد التثبيتات 1,165,463
النسخة الحالية 6.11.1
آخر تحديث 2024-03-04
تاريخ النشر 2020-05-27
تقييم 4.60/5 مجموع تقييمات 2726
المطور https://www.similarweb.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.similarweb.com/corp/legal/extension-privacy-policy
اللغات المدعومة de,en,fr,es,it,pt-PT,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "6.11.1",
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Similarweb"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "frame\/frame.js",
                "frame_start\/frame_start.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        ""
    ],
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "scripting",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*",
                "panel\/panel.html",
                "frame_ant\/frame_ant.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}