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.”。
扩展截图
下载Pearl360 Extension扩展crx文件
下载Pearl360 Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Pearl360 Chrome extension lets anyone subscribed to Pearl 360 easily access and view leads in Pearl 360 system.
扩展基本信息
名称 | 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" ] } |