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ファイルをダウンロード

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/                    

拡張機能の基本情報

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