Pearl360 Extension

Easily access and view your leads in Pearl 360.

Pearl360 Extension란 무엇입니까?

Pearl360 Extension은(는) CarOffer LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily access and view your leads in Pearl 360."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Pearl360 Chrome extension lets anyone subscribed to Pearl 360 easily access and view leads in Pearl 360 system.                    

확장 프로그램 기본 정보

이름 Pearl360 Extension Pearl360 Extension
ID mkbfgcpoalcknmihlinkeokfegahifjg
공식 URL https://chromewebstore.google.com/detail/pearl360-extension/mkbfgcpoalcknmihlinkeokfegahifjg
설명 Easily access and view your leads in Pearl 360.
파일 크기 45.62 KB
설치 횟수 283
현재 버전 1.0.7
최근 업데이트 2019-02-08
출시 날짜 2019-02-08
평점 5.00/5 총 1 개의 평점
개발자 CarOffer LLC
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vxp.showroomxpress.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Pearl360 Extension",
    "name": "Pearl360 Extension",
    "description": "Easily access and view your leads in Pearl 360.",
    "manifest_version": 2,
    "version": "1.0.7",
    "homepage_url": "https:\/\/vxp.showroomxpress.com",
    "icons": {
        "16": "images\/360_gray_16x16.png",
        "32": "images\/360_gray_32x32.png",
        "48": "images\/360_gray_48x48.png",
        "128": "images\/360_gray_128x128.png"
    },
    "browser_action": {
        "default_title": "Pearl360 Extension"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "app\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "app\/js\/underscore.gz.js",
                "app\/js\/content.js"
            ],
            "css": [
                "app\/css\/styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "app\/content.js"
    ],
    "permissions": [
        "*:\/\/*\/*",
        "activeTab",
        "webNavigation",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ]
}