Clip to PropClip

PropClip Extension for Chrome - The best way to Clip your favorite properties to PropClip.

Clip to PropClip là gì?

Clip to PropClip là một tiện ích mở rộng Chrome được phát triển bởi https://propclip.com, và tính năng chính của nó là "PropClip Extension for Chrome - The best way to Clip your favorite properties to PropClip.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Organize your property, apartment, and home searches under one roof with PropClip!

PropClip is a must have tool for your next home/apartment search. Find properties that meet your criteria on sites and apps such as Coldwell Banker, Homes.com, Realtor.com, Redfin, RE/MAX, StreetEasy, Trulia, or Zillow and “Clip” your favorites using the "Clip to PropClip" Chrome extension.

Fill up your PropClip notebook with as many listings as you like and access them from anywhere, to add notes, pictures, get directions, and more.
PropClip is the easiest way to organize your next property search.

Extension Features:
* One-click Clipping of your favorite properties with the toolbar button or keyboard shortcut (Alt+Shift+C)
* Quickly add notes when Clipping a property
* Syncs Clips across Android, iOS, and desktop devices
* Completely free                    

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

Tên Clip to PropClip Clip to PropClip
ID jlknlolmfcoblmmmmbnleacddajimgho
URL Chính Thức https://chrome.google.com/webstore/detail/clip-to-propclip/jlknlolmfcoblmmmmbnleacddajimgho
Mô tả PropClip Extension for Chrome - The best way to Clip your favorite properties to PropClip.
Kích Thước Tệp 82.6 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.5.4
Cập Nhật Lần Cuối 2016-01-29
Ngày Phát Hành 2016-01-29
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://propclip.com
Loại Thanh Toán free
Trang Web Mở Rộng https://propclip.com
URL Trang Trợ Giúp https://propclip.com/add.php
URL Trang Chính Sách Bảo Mật https://propclip.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clip to PropClip",
    "short_name": "PropClip Clipper",
    "version": "1.5.4",
    "description": "PropClip Extension for Chrome - The best way to Clip your favorite properties to PropClip.",
    "permissions": [
        "",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "\/jquery\/jquery-2.1.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "\/icons\/icon-19.png",
        "default_title": "Clip this Property"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+Shift+C"
            },
            "description": "Clip to PropClip"
        }
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "response.js",
        "options.html"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.propclip.com\/*"
        ]
    },
    "icons": {
        "16": "\/icons\/icon-16.png",
        "32": "\/icons\/icon-32.png",
        "48": "\/icons\/icon-48.png",
        "128": "\/icons\/icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}