SEObserver Metrics Toolbar

SEO metrics for a domain

ما هو SEObserver Metrics Toolbar؟

SEObserver Metrics Toolbar هو إضافة Chrome تم تطويرها بواسطة https://toolbar.tf، والميزة الرئيسية لها هي "SEO metrics for a domain".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SEObserver Metrics Toolbar

قم بتنزيل ملفات الامتداد SEObserver Metrics Toolbar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        ***The most efficient replacement for Google PR Toolbar.***

Free version: 
When you click on the icon, you get the TrustFlow and Topical TrustFlow of the current domain you are browsing.

Premium version & SEObserver customers:
No action needed, the icon of the extension changes with the actual value of the domain you are browsing. The icon's color also changes accordingly to the Topical TrustFlow. Upon clicking on the icon, you get a complete identity card of the current domain with the most important metrics including number of referring domains and top keywords.                    

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

الاسم SEObserver Metrics Toolbar SEObserver Metrics Toolbar
ID jojmgmlooebfaaiafglnodachfoegknk
عنوان URL الرسمي https://chromewebstore.google.com/detail/seobserver-metrics-toolba/jojmgmlooebfaaiafglnodachfoegknk
الوصف SEO metrics for a domain
حجم الملف 55.23 KB
عدد التثبيتات 1,863
النسخة الحالية 1.3
آخر تحديث 2021-03-17
تاريخ النشر 2019-04-09
تقييم 5.00/5 مجموع تقييمات 1
المطور https://toolbar.tf
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://toolbar.tf
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "SEObserver Metrics Toolbar"
    },
    "name": "SEObserver Metrics Toolbar",
    "description": "SEO metrics for a domain",
    "icons": {
        "128": "favicon.png"
    },
    "homepage_url": "http:\/\/toolbar.tf",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "version": "1.3",
    "manifest_version": 2
}