Yandex.Metrica Inspector

An unoffcial extension to debug Yandex.Metrica implementations

Yandex.Metrica Inspectorคืออะไร?

Yandex.Metrica Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yminspector.antoniolite.com และคุณลักษณะหลักของมันคือ "An unoffcial extension to debug Yandex.Metrica implementations"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yandex.Metrica Inspector

ดาวน์โหลดไฟล์ส่วนขยาย Yandex.Metrica Inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Yandex.Metrica Inspector is a free tool to debug Yandex.Metrica implementations. You can check all information sent by your website from the developers tools in your browser.

This extension will show, for all the Metrica counters configured in your site, the most relevant information for each data type sent to Yandex.Metrica:

* Pageviews
* Hits (virtual pageviews)
* File downloads
* External links
* Goals
* Content reports
* Ecommerce interactions
* Session parameters
* User parameters
* Clicks and webvisor

From version 1.2 you can also view the full data sent.

Additional features:

* Show / hide details from any data type sent
* Filter the information by counter
* Filter the information or data type
* Remove pages' data from historic
* Clean all data and start over
* Link to the counter's dashboard
* Export all the registered data

Changelog

1.3 (17.08.2022)

* Fixed showing hits for content reports
* Improved performance with AJAX sites
* Improved table with full data hit view
* Improved exportation of debugging session
* Improved all the translations
* Improved and updated code
* Updated to Manifest v3
* Minor bugs fixed

1.2 (27.09.2021)

* Added full data hit view
* Added registered data export
* Added start debugging button
* Updated extension's icon
* Improved CSS layout and design
* You can now support the developer

1.1 (14.08.2020)

* Added Spanish language
* Added Russian language
* Updated extension's icon
* Fixed counter's dropdown
* Improved English translation

1.0 (29.07.2020)

* Initial release                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Yandex.Metrica Inspector Yandex.Metrica Inspector
ID flmegpkccbbginemfdjllloimekpdkif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yandexmetrica-inspector/flmegpkccbbginemfdjllloimekpdkif
คำอธิบาย An unoffcial extension to debug Yandex.Metrica implementations
ขนาดไฟล์ 1.74 MB
จำนวนการติดตั้ง 9,482
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2022-08-19
วันที่เผยแพร่ 2020-07-29
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://yminspector.antoniolite.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://yminspector.antoniolite.com/
URL หน้าช่วยเหลือ https://yminspector.antoniolite.com/docs/
ภาษาที่รองรับ en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.3",
    "devtools_page": "html\/devtools.html",
    "icons": {
        "16": "images\/yminspector16.png",
        "32": "images\/yminspector32.png",
        "48": "images\/yminspector48.png",
        "64": "images\/yminspector64.png",
        "128": "images\/yminspector128.png"
    },
    "action": {
        "default_icon": "images\/yminspector.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "webNavigation"
    ],
    "manifest_version": 3
}