Peek Extension

Access your Peek Virtual Tours quickly from anywhere.

Peek Extension là gì?

Peek Extension là một tiện ích mở rộng Chrome được phát triển bởi Peek, và tính năng chính của nó là "Access your Peek Virtual Tours quickly from anywhere.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Peek Extension 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

                        Peek's Chrome Extension v2.0 has its primary objective to enable users to quickly leverage Peek’s Prospect Intelligence Link Tracking directly from their Messaging, Email, CRM, and PMS Platforms. 

In that way, users can send tracked links of Units, Layouts, and Properties through a pop-up interface accessible via keyboard shortcuts without logging in to the Peek's Dashboard — or even leaving their current Chrome Window. 

To get started with Peek's Chrome Extension, install it for free in Chrome Web Store. After that, open it by typing “/peek” into any text box on a supported domain — remember to log in as an Organization Admin or a Management Pro Account. With that, finally, start sharing your Peek's Virtual Tours.                    

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

Tên Peek Extension Peek Extension
ID pdnknfdebjkimdeiepefcbbfjkhoemem
URL Chính Thức https://chromewebstore.google.com/detail/peek-extension/pdnknfdebjkimdeiepefcbbfjkhoemem
Mô tả Access your Peek Virtual Tours quickly from anywhere.
Kích Thước Tệp 1.29 MB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2023-04-25
Ngày Phát Hành 2021-12-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Peek
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://manage.peek.us/
URL Trang Chính Sách Bảo Mật https://www.peek.us/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Peek Extension",
    "description": "Access your Peek Virtual Tours quickly from anywhere.",
    "version": "2.1.2",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": "icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}