BrightMove People Parser
This extension parses any relevant contact information on the current page into your BrightMove Account
What is BrightMove People Parser?
BrightMove People Parser is a Chrome extension developed by https://brightmove.com, and its main feature is "This extension parses any relevant contact information on the current page into your BrightMove Account".
Extension Screenshots
Download BrightMove People Parser Extension CRX File
Download BrightMove People Parser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | BrightMove People Parser |
ID | hfhlaonfecodkkcdiapjfahnlgdecpcf |
Official URL | https://chromewebstore.google.com/detail/brightmove-people-parser/hfhlaonfecodkkcdiapjfahnlgdecpcf |
Description | This extension parses any relevant contact information on the current page into your BrightMove Account |
File Size | 240 KB |
Installation Count | 119 |
Current Version | 2.4.1 |
Last Updated | 2023-07-21 |
Publish Date | 2020-04-25 |
Rating | 4.64/5 Total 11 Ratings |
Developer | https://brightmove.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.brightmove.com |
Help Page URL | https://www.brightmove.com/privacy/ |
Privacy Policy Page URL | https://www.brightmove.com/privacy |
Supported Languages | 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", " |