Page Camera
Capture snapshots of pages to track with Crazy Egg
什麼是Page Camera?
Page Camera是由https://crazyegg.com開發的Chrome擴展程式,該擴展的主要功能是“Capture snapshots of pages to track with Crazy Egg”。
擴展截圖
下載Page Camera擴展crx文件
下載Page Camera擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Page Camera |
ID | pbbiianacjodglafeohjdipcjnmbbhbd |
官方網址 | https://chromewebstore.google.com/detail/page-camera/pbbiianacjodglafeohjdipcjnmbbhbd |
簡介 | Capture snapshots of pages to track with Crazy Egg |
檔案大小 | 95.22 KB |
安裝次數 | 5,442 |
目前版本 | 2.1.17 |
更新時間 | 2024-02-23 |
上架時間 | 2020-04-17 |
評分 | 3.42/5 共 12 次評分 |
開發者 | https://crazyegg.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.crazyegg.com/ |
隱私政策頁面URL | https://www.crazyegg.com/privacy |
支援的語言 | 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": [ " |