Kunversion

Kunversion client extension for dashboard and autolisting.

Kunversionคืออะไร?

Kunversion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kunversion และคุณลักษณะหลักของมันคือ "Kunversion client extension for dashboard and autolisting."

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

screenshot
screenshot

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

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

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

                        This is the Kunversion agent extension that allows you to:

1. See your recent activity.
2. Login to your dashboard.
3. Get lead activity push notifications.
4. Search for leads/properties right from the url bar.
5. Post to craigslist.
6. One click import of any email into a lead in Kunversion.                    

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

ชื่อ Kunversion Kunversion
ID aabplfdbflnfaabdmafknlgpoffelmej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kunversion/aabplfdbflnfaabdmafknlgpoffelmej
คำอธิบาย Kunversion client extension for dashboard and autolisting.
ขนาดไฟล์ 288 KB
จำนวนการติดตั้ง 7,511
เวอร์ชันปัจจุบัน 1.0.24
อัปเดตครั้งล่าสุด 2020-12-23
วันที่เผยแพร่ 2019-04-04
คะแนน 4.68/5 รวมทั้งหมด 34 คะแนน
ผู้พัฒนา Kunversion
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://insiderealestate.com/
URL หน้านโยบายความเป็นส่วนตัว https://insiderealestate.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kunversion",
    "version": "1.0.24",
    "manifest_version": 2,
    "description": "Kunversion client extension for dashboard and autolisting.",
    "homepage_url": "http:\/\/www.kunversion.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/kunversion.com\/broker\/posting.php*",
                "*:\/\/www.kunversion.com\/broker\/posting.php*",
                "*:\/\/kunversion.com\/newagent\/posting.php*",
                "*:\/\/www.kunversion.com\/newagent\/posting.php*"
            ],
            "css": [
                "css\/posting.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/posting.js"
            ]
        },
        {
            "matches": [
                "https:\/\/post.craigslist.org\/*"
            ],
            "js": [
                "\/js\/jquery.js",
                "js\/utils.js",
                "js\/craigslist.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.craigslist.org\/"
            ],
            "js": [
                "\/js\/jquery.js",
                "js\/utils.js",
                "js\/craigslist_redirect.js"
            ]
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "\/js\/jquery.js",
                "js\/gmail-content.js"
            ]
        }
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Kunversion",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "http:\/\/www.kunversion.com\/broker\/*",
        "http:\/\/kunversion.com\/broker\/*",
        "http:\/\/www.kunversion.com\/newagent\/*",
        "http:\/\/kunversion.com\/newagent\/*",
        "https:\/\/www.kunversion.com\/system\/*",
        "https:\/\/kunversion.com\/system\/*",
        "*:\/\/*.craigslist.org\/*",
        "storage",
        "notifications",
        "unlimitedStorage"
    ],
    "omnibox": {
        "keyword": "kv"
    },
    "web_accessible_resources": [
        "js\/jquery.js",
        "js\/gmail.js",
        "js\/email-importer.js",
        "\/images\/*",
        "\/icons\/*"
    ]
}