Pearl360 Extension

Easily access and view your leads in Pearl 360.

What is Pearl360 Extension?

Pearl360 Extension is a Chrome extension developed by CarOffer LLC, and its main feature is "Easily access and view your leads in Pearl 360.".

Extension Screenshots

screenshot

Download Pearl360 Extension Extension CRX File

Download Pearl360 Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Pearl360 Extension Pearl360 Extension
ID mkbfgcpoalcknmihlinkeokfegahifjg
Official URL https://chromewebstore.google.com/detail/pearl360-extension/mkbfgcpoalcknmihlinkeokfegahifjg
Description Easily access and view your leads in Pearl 360.
File Size 45.62 KB
Installation Count 283
Current Version 1.0.7
Last Updated 2019-02-08
Publish Date 2019-02-08
Rating 5.00/5 Total 1 Ratings
Developer CarOffer LLC
Email [email protected]
Payment Type free
Extension Website https://vxp.showroomxpress.com
Supported Languages 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"
    ]
}