Peek Extension

Access your Peek Virtual Tours quickly from anywhere.

什麼是Peek Extension?

Peek Extension是由Peek開發的Chrome擴展程式,該擴展的主要功能是“Access your Peek Virtual Tours quickly from anywhere.”。

擴展截圖

screenshot
screenshot
screenshot

下載Peek Extension擴展crx文件

下載Peek Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Peek Extension Peek Extension
ID pdnknfdebjkimdeiepefcbbfjkhoemem
官方網址 https://chromewebstore.google.com/detail/peek-extension/pdnknfdebjkimdeiepefcbbfjkhoemem
簡介 Access your Peek Virtual Tours quickly from anywhere.
檔案大小 1.29 MB
安裝次數 92
目前版本 2.1.2
更新時間 2023-04-25
上架時間 2021-12-02
評分 5.00/5 共 1 次評分
開發者 Peek
電子郵箱 [email protected]
付費類型 free
擴展官網 https://manage.peek.us/
隱私政策頁面URL https://www.peek.us/privacy-policy
支援的語言 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": [
                ""
            ]
        }
    ]
}