In-Page Piano Analytics

In-Page Piano Analytics

What is In-Page Piano Analytics?

In-Page Piano Analytics is a Chrome extension developed by at-internet-chromedev, and its main feature is "In-Page Piano Analytics".

Extension Screenshots

screenshot
screenshot
screenshot

Download In-Page Piano Analytics Extension CRX File

Download In-Page Piano Analytics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The In-Page Piano Analytics extension allows you to analyse your website’s traffic directly within the browser's active page.

You can use the popup view or the Chrome DevTools view (F12) in order to keep the display during navigation.

You need a valid Piano Analytics account to use it.                    

Extension Basic Information

Name In-Page Piano Analytics In-Page Piano Analytics
ID dcbebomificokapbopjhihlhjobeincb
Official URL https://chromewebstore.google.com/detail/in-page-piano-analytics/dcbebomificokapbopjhihlhjobeincb
Description In-Page Piano Analytics
File Size 4.04 MB
Installation Count 2,310
Current Version 5.1.0
Last Updated 2023-07-11
Publish Date 2021-07-19
Rating 3.40/5 Total 5 Ratings
Developer at-internet-chromedev
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.atinternet.com/en/data-protection/data-collection-on-our-customers-sites
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.1.0",
    "name": "In-Page Piano Analytics",
    "description": "In-Page Piano Analytics",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "devtools_page": "devtools.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/apirest.atinternet-solutions.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/logo\/piano-16.png",
        "32": "assets\/logo\/piano-32.png",
        "48": "assets\/logo\/piano-48.png",
        "64": "assets\/logo\/piano-64.png",
        "128": "assets\/logo\/piano-128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/logo\/piano-16.png",
            "32": "assets\/logo\/piano-32.png",
            "48": "assets\/logo\/piano-48.png",
            "64": "assets\/logo\/piano-64.png",
            "128": "assets\/logo\/piano-128.png"
        }
    }
}