Page Camera
Capture snapshots of pages to track with Crazy Egg
Hvad er Page Camera?
Page Camera er en Chrome-udvidelse udviklet af https://crazyegg.com, og dens hovedfunktion er "Capture snapshots of pages to track with Crazy Egg".
Udvidelsesskærmbilleder
Download Page Camera-udvidelses-CRX-fil
Download Page Camera-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Page Camera |
ID | pbbiianacjodglafeohjdipcjnmbbhbd |
Officiel URL | https://chromewebstore.google.com/detail/page-camera/pbbiianacjodglafeohjdipcjnmbbhbd |
Beskrivelse | Capture snapshots of pages to track with Crazy Egg |
Filstørrelse | 95.22 KB |
Antal Installationer | 5,442 |
Nuværende Version | 2.1.17 |
Senest Opdateret | 2024-02-23 |
Udgivelsesdato | 2020-04-17 |
Bedømmelse | 3.42/5 Samlet 12 Bedømmelser |
Udvikler | https://crazyegg.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.crazyegg.com/ |
URL til Fortrolighedspolitik Side | https://www.crazyegg.com/privacy |
Understøttede Sprog | 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": [ " |