NetworkMonkey Extension
NetworkMonkey Extension
ما هو NetworkMonkey Extension؟
NetworkMonkey Extension هو إضافة Chrome تم تطويرها بواسطة http://www.networkmonkey.co، والميزة الرئيسية لها هي "NetworkMonkey Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NetworkMonkey Extension
قم بتنزيل ملفات الامتداد NetworkMonkey Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |