Page Analytics (by Google)

The Page Analytics Chrome Extension allows you to see how customers interact with your web pages.

Co to jest Page Analytics (by Google)?

Page Analytics (by Google) to rozszerzenie Chrome opracowane przez https://google.com, a jego główną funkcją jest „The Page Analytics Chrome Extension allows you to see how customers interact with your web pages.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Page Analytics (by Google)

Pobierz pliki rozszerzeń Page Analytics (by Google) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This product has been deprecated and will no longer receive updates.



The Page Analytics Chrome Extension allows you to see how customers interact with your web pages, including what they click and don’t click. Use these insights to optimize your website layout, improve user experience, and increase conversions.
When you view a web page for which you have Google Analytics access, you’ll see:

Google Analytics metrics: Pageviews, Unique Pageviews, Avg time on page, Bounce Rate, and %Exit
Number of active visitors, in real time
In-page click analysis: (where users click)

You can use the Google Analytics date comparison and segmentation tools directly in the extension.  Pages you are tracking with the Google Analytics code for an account your Google account login has access to will appear like this in your Chrome browse

By installing this item, you agree to the Google Terms of Service and Privacy 
Policy at https://www.google.com/intl/en/policies/.

Version 1.7.7
- Fixed bug when url address had special characters.

Version 1.7.6
- Resolved issue with finding web properties associated with web page.

Version 1.7.0
- Added ability to select different top level metrics.

Version 1.6.3
- Clicking on the extension icon shows or hides the report.

Version 1.6.2
- Goal value and goal completions can be selected to show in bubbles.

Version 1.6.0
- Added ability to select custom date ranges
- Click bubbles now work with date comparison

Version 1.5.0
- Added Enhanced Link Attribution support

Version 1.4.5
- Resolved issues with users not seeing data (Now looks at the hit IDs sent by the GA tags on your page)
- Improved reliability for data loading (No longer see data loading indefinitely)                    

Podstawowe informacje o rozszerzeniu

Nazwa Page Analytics (by Google) Page Analytics (by Google)
ID fnbdnhhicmebfgdgglcdacdapkcihcoh
Oficjalny URL https://chromewebstore.google.com/detail/page-analytics-by-google/fnbdnhhicmebfgdgglcdacdapkcihcoh
Opis The Page Analytics Chrome Extension allows you to see how customers interact with your web pages.
Rozmiar pliku 417 KB
Liczba instalacji 758,314
Aktualna Wersja 1.7.7
Ostatnia Aktualizacja 2019-03-08
Data Publikacji 2019-03-08
Ocena 3.43/5 Łącznie 1065 Oceny
Deweloper https://google.com
Typ Płatności free
Strona Rozszerzenia http://google.com/analytics
Adres URL Strony Pomocy https://plus.google.com/communities/109213383987078350729
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Analytics (by Google)",
    "description": "The Page Analytics Chrome Extension allows you to see how customers interact with your web pages.",
    "version": "1.7.7",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoMb\/TA4DrMG5oYssGVWe2EI0Ywd1zH7tDyhouB8IH4SKs5Dm72a\/9hZ6HYNyodrz0ZSCSyLycGy8BUsIznAh0DSF0xZpvEOmIfU6q1zk6V+8ud9nNkP0QhYsEcPyywVB\/V7PI2aGnG0e9meLpw\/WAabpT8J57aBD0bBdPNyQJLwQRv4hykN6J8fSc++bCnebeUpbeKXuUEygg+kTvDTwwrZSPxGQ8A7Oc3+g97VdxfH2j1aCMv\/Wt\/amuSGb9Lapiwd8Vpa5rzIqcB+wcu2MUSQobOQ5m3HYXXYOtOWy7BS2OBS4w5gJu5WV0XOvPDAcFGDXxOdLmZL1OtjTVkJe1QIDAQAB",
    "icons": {
        "128": "resources\/icon.png"
    },
    "permissions": [
        "storage",
        "https:\/\/www.googleapis.com\/",
        "tabs",
        "*:\/\/*\/*",
        "background",
        "cookies",
        "*:\/\/*.google.com\/*",
        "webNavigation",
        "webRequest",
        "*:\/\/*.google-analytics.com\/*",
        "*:\/\/stats.g.doubleclick.net\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ https:\/\/accounts.google.com ; object-src 'self'",
    "web_accessible_resources": [
        "popup\/popup.css",
        "resources\/analytics_logo.png",
        "resources\/button_arrow_down.gif",
        "resources\/button_arrow_next_ltr.gif",
        "resources\/button_arrow_prev_ltr.gif",
        "resources\/exit_button.png",
        "resources\/iyp-blot-blue.png",
        "resources\/iyp-blot-green.png",
        "resources\/iyp-blot-red.png",
        "resources\/iyp-blot-yellow.png",
        "resources\/iyp-bubble-gray-v2.png",
        "resources\/iyp-bubble-v2.png",
        "resources\/iyp-other-v2.png",
        "resources\/minimize_button.png",
        "resources\/maximize_button.png",
        "resources\/nav_submenu_normal_closed.png",
        "resources\/nav_submenu_normal_open.png",
        "resources\/popup_logo.png",
        "resources\/search_30.png",
        "resources\/show_bubbles.png",
        "resources\/show_colors.png",
        "resources\/sprites.png"
    ],
    "browser_action": {
        "default_icon": "resources\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Page Analytics"
    }
}