NetworkMonkey Extension
NetworkMonkey Extension
NetworkMonkey Extension क्या है?
NetworkMonkey Extension http://www.networkmonkey.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NetworkMonkey Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NetworkMonkey Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The main purpose of the Network Monkey Chrome Extension is integration with the Network Monkey Recruiting Platform. It's designed to save recruiters time and money by cherry-picking directly from LinkedIn the candidates you want to monitor and importing them into your Network Monkey account. You can also source a candidate's contact details while browsing LinkedIn. Network Monkey is made for innovative recruiters as it allows you to source candidates and monitor their online social activity to determine which are looking for a new job. It’s also the most affordable, starting at $199/month. Note: Only works in conjunction with a paid Network Monkey account Learn more at: www.NetworkMonkey.co
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hipljbpoljjicmfhomfcmelaiincligj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/hipljbpoljjicmfhomfcmelaiincligj |
विवरण | NetworkMonkey Extension |
फ़ाइल का आकार | 143 KB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2016-03-18 |
प्रकाशन तिथि | 2016-03-18 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | http://www.networkmonkey.co |
भुगतान के प्रकार | in_app |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NetworkMonkey Extension", "version": "2.1", "description": "NetworkMonkey Extension", "manifest_version": 2, "background": { "scripts": [ "js\/jquery-2.1.4.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "images\/Off-16.png", "default_title": "NetworkMonkey", "default_popup": "pages\/login.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/*.png", "pages\/content.html" ], "icons": { "16": "images\/On-16.png", "48": "images\/On-48.png", "128": "images\/On-128.png" } } |