Matomo Browser Injector

Try out Matomo, the open source, privacy aware web analytics software, without the need to modify anything.

Matomo Browser Injectorคืออะไร?

Matomo Browser Injector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lukas Winkler และคุณลักษณะหลักของมันคือ "Try out Matomo, the open source, privacy aware web analytics software, without the need to modify anything."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Matomo Browser Injector

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

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

                        This chrome extension isn't maintained anymore!
https://github.com/Findus23/matomo-injector#this-browser-extension-isnt-maintained-anymore


Matomo Browser Injector helps you to try out Matomo, the leading open source web analytics software, in cases where it isn't possible to modify the source of a website or when you just want to quickly see how the visitor data of your website would look like in Matomo.

Usage:

 - open the domain, where you want to include the tracking code localy
 - click on the Matomo Browser Injector icon in your toolbar and enter the URL to your Matomo instance and the ID of
 - your website
 - if you want to try out advanced features you can enable the expert mode where you can freely modify the tracking code

This extention is in an early development state and may include backward-incompatible changes in future versions.

If you notice any bugs or have wishes for features open an issue on the github repository:
https://github.com/Findus23/matomo-injector

Licended under the MIT License and based on the work of hromadadan and xcv58                    

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

ชื่อ Matomo Browser Injector Matomo Browser Injector
ID bglodhjbeeolbfpodfacccmnjledmggn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/matomo-browser-injector/bglodhjbeeolbfpodfacccmnjledmggn
คำอธิบาย Try out Matomo, the open source, privacy aware web analytics software, without the need to modify anything.
ขนาดไฟล์ 316 KB
จำนวนการติดตั้ง 249
เวอร์ชันปัจจุบัน 4.0.0
อัปเดตครั้งล่าสุด 2019-11-25
วันที่เผยแพร่ 2019-11-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Lukas Winkler
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "matomo-injector",
    "version": "4.0.0",
    "author": "Lukas Winkler, xcv58, hromadadan",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "img\/logo-128x128.png",
        "256": "img\/logo-256x256.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/run.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "img\/logo-128x128.png",
            "256": "img\/logo-256x256.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs"
    ],
    "default_locale": "en",
    "applications": {
        "gecko": {
            "id": "{59f7eef0-6361-4f57-9e7c-7fdbd6a33710}",
            "strict_min_version": "42.0"
        }
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    }
}