Pearl360 Extension
Easily access and view your leads in Pearl 360.
Wat is Pearl360 Extension?
Pearl360 Extension is een Chrome-extensie ontwikkeld door CarOffer LLC, en de belangrijkste functie is "Easily access and view your leads in Pearl 360.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pearl360 Extension
Download Pearl360 Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Pearl360 Chrome extension lets anyone subscribed to Pearl 360 easily access and view leads in Pearl 360 system.
Basisinformatie over de Extensie
Naam | Pearl360 Extension |
ID | mkbfgcpoalcknmihlinkeokfegahifjg |
Officiële URL | https://chromewebstore.google.com/detail/pearl360-extension/mkbfgcpoalcknmihlinkeokfegahifjg |
Beschrijving | Easily access and view your leads in Pearl 360. |
Bestandsgrootte | 45.62 KB |
Aantal Installaties | 283 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2019-02-08 |
Publicatiedatum | 2019-02-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | CarOffer LLC |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://vxp.showroomxpress.com |
Ondersteunde Talen | 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" ] } |