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"입니다.

확장 프로그램 스크린샷

screenshot

BrightMove People Parser 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 BrightMove People Parser BrightMove People Parser
ID hfhlaonfecodkkcdiapjfahnlgdecpcf
공식 URL 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",
        "",
        "webRequest",
        "https:\/\/secure.brightmove.com\/",
        "https:\/\/app.brightmove.com\/",
        "https:\/\/*.linkedin.com\/"
    ]
}