BrightMove People Parser

This extension parses any relevant contact information on the current page into your BrightMove Account

BrightMove People Parser là gì?

BrightMove People Parser là một tiện ích mở rộng Chrome được phát triển bởi https://brightmove.com, và tính năng chính của nó là "This extension parses any relevant contact information on the current page into your BrightMove Account".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BrightMove People Parser

Tải xuống các tệp mở rộng BrightMove People Parser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BrightMove People Parser BrightMove People Parser
ID hfhlaonfecodkkcdiapjfahnlgdecpcf
URL Chính Thức https://chromewebstore.google.com/detail/brightmove-people-parser/hfhlaonfecodkkcdiapjfahnlgdecpcf
Mô tả This extension parses any relevant contact information on the current page into your BrightMove Account
Kích Thước Tệp 240 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 2.4.1
Cập Nhật Lần Cuối 2023-07-21
Ngày Phát Hành 2020-04-25
Đánh Giá 4.64/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://brightmove.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.brightmove.com
URL Trang Trợ Giúp https://www.brightmove.com/privacy/
URL Trang Chính Sách Bảo Mật https://www.brightmove.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}