Peek Extension

Access your Peek Virtual Tours quickly from anywhere.

ما هو Peek Extension؟

Peek Extension هو إضافة Chrome تم تطويرها بواسطة Peek، والميزة الرئيسية لها هي "Access your Peek Virtual Tours quickly from anywhere.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Peek Extension

قم بتنزيل ملفات الامتداد Peek Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}