BrightMove People Parser

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

BrightMove People Parserคืออะไร?

BrightMove People Parser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://brightmove.com และคุณลักษณะหลักของมันคือ "This extension parses any relevant contact information on the current page into your BrightMove Account"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BrightMove People Parser

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/"
    ]
}