Ghostery Insights Beta

Get powerful, real-time tracker analytics. Audit trackers from one entry point to improve user experience and website performance.

ما هو Ghostery Insights Beta؟

Ghostery Insights Beta هو إضافة Chrome تم تطويرها بواسطة https://www.ghostery.com، والميزة الرئيسية لها هي "Get powerful, real-time tracker analytics. Audit trackers from one entry point to improve user experience and website performance.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Ghostery Insights Beta

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

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

                        Ghostery Insights is a real-time intelligence tool that provides comprehensive tracker and website analysis.

With an advanced feature dashboard, Insights allows professionals and consumers alike to see how tracking technologies impact the performance, security, privacy, and user experience of any website.

Insights is designed to help teams with:

• Campaign Management: Validate tracking scripts, ensure pages are optimized before launching your campaign and improve ROI

• Script and Tracker Audits: Test, troubleshoot and optimize how tags and scripts are implemented on a website

• Forensic Tracker Analysis: Gather intelligence and analytics about the tags and trackers on your website or others

• Improved User Experience: Identify privacy risks that may impact user security, page performance and violate compliance law

Our advanced feature set includes:

• Tracker Request List: lists all trackers and scripts that are operating on a page, showing which tags are firing correctly and which are not - as well as revealing uninvited third-party trackers that may be slowing down a website. “Favorite” a tracker to display it at the top of your list whenever it appears on a page.

• Tracker Timeline: visualizes tracker ping behavior in real-time as a page loads, providing insight into what negatively impacts page performance, why, and when. Compare against various page load events for specific insights, and toggle between logarithmic or linear displays.

• Tracker Distribution Graph: evaluates and displays trackers by size and latency, a "snapshot" of trends that allows you to identify outliers at a glance.

• Page Latency & Size Graphs: breaks down page elements to show what portion of a website’s overall size can be attributed to trackers in addition to other structural elements.

• Global Trends Tab:  displays global privacy statistics for trackers & sites from our web-profiling database, allowing for qualitative cross comparison of domains. Data includes prevalence of the tracker across the web, what kind of tracking it does, and what types of websites it is found on.

• Live/Freeze Mode: allows you to “freeze” multiple dashboards at any point to capture and compare snapshots of tracker activity between pages.  

• Export Data: captures the raw data from the Insights dashboard and exports in .json format.                    

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

الاسم Ghostery Insights Beta Ghostery Insights Beta
ID eafjgfjfiocmniplemahnlhgibaanhch
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ghostery-insights-beta/eafjgfjfiocmniplemahnlhgibaanhch
الوصف Get powerful, real-time tracker analytics. Audit trackers from one entry point to improve user experience and website performance.
حجم الملف 4.83 MB
عدد التثبيتات 7,086
النسخة الحالية 0.7.7
آخر تحديث 2022-05-03
تاريخ النشر 2020-04-21
تقييم 5.00/5 مجموع تقييمات 3
المطور https://www.ghostery.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://www.ghostery.com/insights/
عنوان صفحة المساعدة https://www.ghostery.com/support
عنوان صفحة سياسة الخصوصية https://www.ghostery.com/privacy/ghostery-plans-and-products-privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Ghostery",
    "name": "Ghostery Insights Beta",
    "short_name": "Insights",
    "version": "0.7.7",
    "version_name": "0.7.7",
    "description": "Get powerful, real-time tracker analytics. Audit trackers from one entry point to improve user experience and website performance.",
    "icons": {
        "16": "dist\/images\/logo-icons\/icon16.png",
        "48": "dist\/images\/logo-icons\/icon48.png",
        "128": "dist\/images\/logo-icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "dist\/images\/logo-icons\/icon19.png",
            "38": "dist\/images\/logo-icons\/icon38.png"
        },
        "default_title": "Ghostery Insights Beta"
    },
    "permissions": [
        "cookies",
        "downloads",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ws:\/\/*\/*",
        "wss:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "\/dist\/background\/index.js"
        ],
        "persistent": true
    },
    "minimum_chrome_version": "69",
    "web_accessible_resources": [
        "dist\/panel\/styles.css",
        "dist\/fonts\/*",
        "dist\/images\/logo-icons\/insights-white-text-beta.svg",
        "dist\/images\/shared\/*",
        "dist\/images\/blue-bar\/*",
        "dist\/images\/loading-panel\/*",
        "dist\/images\/popup\/*"
    ]
}