Page Camera
Capture snapshots of pages to track with Crazy Egg
Cos'è Page Camera?
Page Camera è un'estensione di Chrome sviluppata da https://crazyegg.com, e la sua funzione principale è "Capture snapshots of pages to track with Crazy Egg".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Page Camera
Scarica i file di estensione Page Camera in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Page Camera |
ID | pbbiianacjodglafeohjdipcjnmbbhbd |
URL Ufficiale | https://chromewebstore.google.com/detail/page-camera/pbbiianacjodglafeohjdipcjnmbbhbd |
Descrizione | Capture snapshots of pages to track with Crazy Egg |
Dimensione del File | 95.22 KB |
Conteggio Installazioni | 5,442 |
Versione Corrente | 2.1.17 |
Ultimo Aggiornamento | 2024-02-23 |
Data di Pubblicazione | 2020-04-17 |
Valutazione | 3.42/5 Totale 12 Valutazioni |
Sviluppatore | https://crazyegg.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.crazyegg.com/ |
URL della Pagina della Politica sulla Privacy | https://www.crazyegg.com/privacy |
Lingue Supportate | 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": [ " |