Pearl360 Extension

Easily access and view your leads in Pearl 360.

Cos'è Pearl360 Extension?

Pearl360 Extension è un'estensione di Chrome sviluppata da CarOffer LLC, e la sua funzione principale è "Easily access and view your leads in Pearl 360.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pearl360 Extension

Scarica i file di estensione Pearl360 Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Pearl360 Extension Pearl360 Extension
ID mkbfgcpoalcknmihlinkeokfegahifjg
URL Ufficiale https://chromewebstore.google.com/detail/pearl360-extension/mkbfgcpoalcknmihlinkeokfegahifjg
Descrizione Easily access and view your leads in Pearl 360.
Dimensione del File 45.62 KB
Conteggio Installazioni 283
Versione Corrente 1.0.7
Ultimo Aggiornamento 2019-02-08
Data di Pubblicazione 2019-02-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore CarOffer LLC
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://vxp.showroomxpress.com
Lingue Supportate 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"
    ]
}