Page Camera
Capture snapshots of pages to track with Crazy Egg
Was ist Page Camera?
Page Camera ist eine Chrome-Erweiterung, die von https://crazyegg.com entwickelt wurde, und ihr Hauptmerkmal ist "Capture snapshots of pages to track with Crazy Egg".
Erweiterungsscreenshots
Page Camera-Erweiterungs-CRX-Datei herunterladen
Laden Sie Page Camera-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Capture snapshots of web pages that you can track with Crazy Egg. Page Camera gives Crazy Egg users the ability to manually capture snapshots of web pages. Crazy Egg is normally able to capture a page simply by specifying its URL. However, pages that are only accessible to authenticated users or are hosted within private networks cannot be captured automatically. Page Camera can capture any page you can visit in your browser, so it is able to take snapshots of these otherwise inaccessible pages.
Grundlegende Informationen zur Erweiterung
Name | Page Camera |
ID | pbbiianacjodglafeohjdipcjnmbbhbd |
Offizielle URL | https://chromewebstore.google.com/detail/page-camera/pbbiianacjodglafeohjdipcjnmbbhbd |
Beschreibung | Capture snapshots of pages to track with Crazy Egg |
Dateigröße | 95.22 KB |
Installationsanzahl | 5,442 |
Aktuelle Version | 2.1.17 |
Letztes Update | 2024-02-23 |
Veröffentlichungsdatum | 2020-04-17 |
Bewertung | 3.42/5 Insgesamt 12 Bewertungen |
Entwickler | https://crazyegg.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.crazyegg.com/ |
URL der Datenschutzrichtlinien-Seite | https://www.crazyegg.com/privacy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Page Camera", "short_name": "Page Camera", "description": "Capture snapshots of pages to track with Crazy Egg", "version": "2.1.17", "minimum_chrome_version": "110", "incognito": "split", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_icon": "icons\/48.png", "default_popup": "common\/panel.html" }, "permissions": [ "activeTab", "debugger", "tabs", "storage", "scripting" ], "host_permissions": [ " |