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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension parses any relevant contact information on the current page into your BrightMove Account"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BrightMove People Parser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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", " |