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 |
Eメール | [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" ] } |