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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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": [
                ""
            ]
        }
    ]
}