BrightMove People Parser
This extension parses any relevant contact information on the current page into your BrightMove Account
什麼是BrightMove People Parser?
BrightMove People Parser是由https://brightmove.com開發的Chrome擴展程式,該擴展的主要功能是“This extension parses any relevant contact information on the current page into your BrightMove Account”。
擴展截圖
下載BrightMove People Parser擴展crx文件
下載BrightMove People Parser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Parse Applicants and Contacts into your BrightMove account on any page viewable in your browser.
This extension requires a BrightMove Account. For more information, go to https://www.brightmove.com, or email [email protected].
Privacy Policy https://www.brightmove.com/privacy/ 擴展基本資訊
| 名稱 | |
| ID | hfhlaonfecodkkcdiapjfahnlgdecpcf |
| 官方網址 | https://chromewebstore.google.com/detail/brightmove-people-parser/hfhlaonfecodkkcdiapjfahnlgdecpcf |
| 簡介 | This extension parses any relevant contact information on the current page into your BrightMove Account |
| 檔案大小 | 240 KB |
| 安裝次數 | 119 |
| 目前版本 | 2.4.1 |
| 更新時間 | 2023-07-21 |
| 上架時間 | 2020-04-25 |
| 評分 | 4.64/5 共 11 次評分 |
| 開發者 | https://brightmove.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.brightmove.com |
| 說明頁面URL | https://www.brightmove.com/privacy/ |
| 隱私政策頁面URL | https://www.brightmove.com/privacy |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BrightMove People Parser",
"short_name": "BM Parser",
"description": "This extension parses any relevant contact information on the current page into your BrightMove Account",
"version": "2.4.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "BrightMove People Parser"
},
"content_scripts": [
{
"js": [
"angular.min.js",
"angular-resource.min.js",
"angular-animate.min.js",
"angular-messages.min.js",
"ui-bootstrap-tpls-2.1.4.min.js",
"jquery-3.2.0.min.js",
"js\/bmParserApp.js",
"js\/popupController.js",
"js\/copyData.js",
"js\/lookupService.js"
],
"matches": [
"http:\/\/*.linkedin.com\/*",
"https:\/\/*.linkedin.com\/*"
]
}
],
"background": {
"scripts": [
"angular.min.js",
"angular-resource.min.js",
"jquery-3.2.0.min.js",
"background.js"
]
},
"permissions": [
"activeTab",
"tabs",
"storage",
"unlimitedStorage",
" | |