Page Camera

Capture snapshots of pages to track with Crazy Egg

Page Camera là gì?

Page Camera là một tiện ích mở rộng Chrome được phát triển bởi https://crazyegg.com, và tính năng chính của nó là "Capture snapshots of pages to track with Crazy Egg".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Page Camera

Tải xuống các tệp mở rộng Page Camera dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Page Camera Page Camera
ID pbbiianacjodglafeohjdipcjnmbbhbd
URL Chính Thức https://chromewebstore.google.com/detail/page-camera/pbbiianacjodglafeohjdipcjnmbbhbd
Mô tả Capture snapshots of pages to track with Crazy Egg
Kích Thước Tệp 95.22 KB
Số Lần Cài Đặt 5,442
Phiên Bản Hiện Tại 2.1.17
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2020-04-17
Đánh Giá 3.42/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://crazyegg.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.crazyegg.com/
URL Trang Chính Sách Bảo Mật https://www.crazyegg.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ],
    "homepage_url": "http:\/\/www.crazyegg.com\/",
    "web_accessible_resources": [
        {
            "resources": [
                "fingerprint\/*.js",
                "common\/overflow_fix.js",
                "common\/sticky_fixer.js",
                "source_page.js",
                "hide_scrollbars.css",
                "page_scroller.js",
                "conversation.js",
                "dest_page.js",
                "keep_alive_page.js",
                "config.js",
                "honeybadger.min.js",
                "tabs.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "common\/dest_page.css",
                "common\/recapture_page.*",
                "common\/request.js",
                "api.js",
                "dest_page.js",
                "recapture_page.js"
            ],
            "matches": [
                "*:\/\/*.crazyegg.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.crazyegg.com\/*"
            ],
            "js": [
                "home.js"
            ],
            "run_at": "document_start"
        }
    ]
}