Kunversion

Kunversion client extension for dashboard and autolisting.

Kunversion란 무엇입니까?

Kunversion은(는) Kunversion에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kunversion client extension for dashboard and autolisting."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Kunversion 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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\/*"
    ]
}