Rentivo Marketplace Filter

Find undiscovered gems / owners & agents to contact directly.

Rentivo Marketplace Filterคืออะไร?

Rentivo Marketplace Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rentivo และคุณลักษณะหลักของมันคือ "Find undiscovered gems / owners & agents to contact directly."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rentivo Marketplace Filter

ดาวน์โหลดไฟล์ส่วนขยาย Rentivo Marketplace Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Find undiscovered gems / owners & agents to contact directly. The Rentivo marketplace filter is a free Google chrome extension to aid with your rental research by filtering large vacation rental marketplaces from Google search results. With such prominence it is often hard to find your own website or other specialist ones in the fist few pages.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rentivo Marketplace Filter Rentivo Marketplace Filter
ID nocefinmboiaciigloddfnomeakkekoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rentivo-marketplace-filte/nocefinmboiaciigloddfnomeakkekoa
คำอธิบาย Find undiscovered gems / owners & agents to contact directly.
ขนาดไฟล์ 56.56 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 0.8.1
อัปเดตครั้งล่าสุด 2015-09-17
วันที่เผยแพร่ 2015-09-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Rentivo
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://rentivo.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rentivo Marketplace Filter",
    "description": "Find undiscovered gems \/ owners & agents to contact directly.",
    "version": "0.8.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.co.uk\/*",
                "*:\/\/*.google.ar\/*",
                "*:\/\/*.google.au\/*",
                "*:\/\/*.google.at\/*",
                "*:\/\/*.google.be\/*",
                "*:\/\/*.google.bg\/*",
                "*:\/\/*.google.br\/*",
                "*:\/\/*.google.ca\/*",
                "*:\/\/*.google.ch\/*",
                "*:\/\/*.google.cy\/*",
                "*:\/\/*.google.cr\/*",
                "*:\/\/*.google.cz\/*",
                "*:\/\/*.google.de\/*",
                "*:\/\/*.google.dk\/*",
                "*:\/\/*.google.eg\/*",
                "*:\/\/*.google.es\/*",
                "*:\/\/*.google.fi\/*",
                "*:\/\/*.google.fr\/*",
                "*:\/\/*.google.gg\/*",
                "*:\/\/*.google.gl\/*",
                "*:\/\/*.google.gr\/*",
                "*:\/\/*.google.hk\/*",
                "*:\/\/*.google.hu\/*",
                "*:\/\/*.google.id\/*",
                "*:\/\/*.google.ie\/*",
                "*:\/\/*.google.im\/*",
                "*:\/\/*.google.in\/*",
                "*:\/\/*.google.is\/*",
                "*:\/\/*.google.it\/*",
                "*:\/\/*.google.je\/*",
                "*:\/\/*.google.jm\/*",
                "*:\/\/*.google.jp\/*",
                "*:\/\/*.google.ke\/*",
                "*:\/\/*.google.lk\/*",
                "*:\/\/*.google.li\/*",
                "*:\/\/*.google.la\/*",
                "*:\/\/*.google.lu\/*",
                "*:\/\/*.google.ma\/*",
                "*:\/\/*.google.md\/*",
                "*:\/\/*.google.me\/*",
                "*:\/\/*.google.mx\/*",
                "*:\/\/*.google.no\/*",
                "*:\/\/*.google.nz\/*",
                "*:\/\/*.google.pa\/*",
                "*:\/\/*.google.pr\/*",
                "*:\/\/*.google.pt\/*",
                "*:\/\/*.google.qa\/*",
                "*:\/\/*.google.ru\/*",
                "*:\/\/*.google.sg\/*",
                "*:\/\/*.google.sm\/*",
                "*:\/\/*.google.th\/*",
                "*:\/\/*.google.tr\/*",
                "*:\/\/*.google.ua\/*",
                "*:\/\/*.google.uk\/*",
                "*:\/\/*.google.za\/*"
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    }
}