Claro Analytics Job Seeking Sonar™
This extension will alert you when a person you follow on LinkedIn has job seeking activities.
Claro Analytics Job Seeking Sonar™คืออะไร?
Claro Analytics Job Seeking Sonar™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://claroanalytics.com และคุณลักษณะหลักของมันคือ "This extension will alert you when a person you follow on LinkedIn has job seeking activities."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Claro Analytics Job Seeking Sonar™
ดาวน์โหลดไฟล์ส่วนขยาย Claro Analytics Job Seeking Sonar™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Claro Analytics Job Seeking Sonar™ is a game-changing tool for recruiters who use LinkedIn. Job Seeking Sonar™ will tell you when someone you follow on LinkedIn becomes a passive job seeker so you can connect with them before anyone else! You can add anyone on LinkedIn to your Favorites folder in the Job Seeking Sonar™ extension with just one click. When that person becomes a passive job seeker, the extension will notify you and their profile link will turn green (see screen shots). The extension also serves a second purpose. It provides a handy bookmark feature that will enhance your LinkedIn experience. You can add up to 100 people in this free version of the extension and be able to go to any person's profile with just one click!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Claro Analytics Job Seeking Sonar™ |
ID | fniibmiigfdndeahlcpgalaobeoempgg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/claro-analytics-job-seeki/fniibmiigfdndeahlcpgalaobeoempgg |
คำอธิบาย | This extension will alert you when a person you follow on LinkedIn has job seeking activities. |
ขนาดไฟล์ | 676 KB |
จำนวนการติดตั้ง | 482 |
เวอร์ชันปัจจุบัน | 2.6.5 |
อัปเดตครั้งล่าสุด | 2024-01-18 |
วันที่เผยแพร่ | 2021-07-23 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://claroanalytics.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://claroanalytics.com |
URL หน้าช่วยเหลือ | https://claroanalytics.com/job-seeker-sonar-instructions/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.termsfeed.com/live/d6f0fc85-27b9-4da2-895f-e1f322c815d1 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "node_modules\/axios\/dist\/axios.js", "node_modules\/jquery\/dist\/jquery.min.js", "node_modules\/@auth0\/auth0-spa-js\/dist\/auth0-spa-js.production.js", "node_modules\/auth0-js\/dist\/auth0.min.js", "node_modules\/pako\/dist\/pako.min.js", "background\/rollbar.js", "environments\/environment.js", "res\/DataBase.js", "res\/ExtensionBadgeUpdater.js", "res\/Auth.js", "res\/actions.js", "res\/content-type.js", "background\/settings.js", "background\/content-injector.js", "background\/request-sender.js", "background\/opportunities-scraper.js", "background\/auth.js", "background\/main.js" ] }, "browser_action": { "default_icon": { "16": "icon-16.png", "32": "icon-48.png" }, "default_popup": "popup\/index.html", "default_title": "Claro Analytics Job Seeking Sonar\u2122" }, "content_scripts": [ { "all_frames": false, "css": [ "node_modules\/notyf\/notyf.min.css", "content\/css\/switch-control.css" ], "js": [ "res\/actions.js", "res\/content-type.js", "node_modules\/notyf\/notyf.min.js", "content\/shared.js", "content\/content.js", "content\/search-list.js", "content\/cookie-getter.js", "content\/company-list.js" ], "matches": [ "https:\/\/*.linkedin.com\/*" ] } ], "description": "This extension will alert you when a person you follow on LinkedIn has job seeking activities.", "icons": { "16": "icon-16.png", "48": "icon-48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvKib37sjSieOa\/1DHfFVey5JdHyOePh1oCiyB6t5JpL+CHbPLBTIB1ikG2D2S+plRcU0r7pfhW5FrMyS8uGW6exe3xTkBo0Qwu6milu9id9tVIqZanmZXQUechC7S3n7b9mPAcNFmQd\/lAgiMi3UO6OhLD5HZNS240s2nprXgBrR00n7s6ZQvIGY\/8pdf9\/It9X1gZzuGkuo9N\/4cTPW4XtRSTigcrvxZKDN4XvXxT+jufqZ1xymQ4jbEQnvVVXKe5WGZmqgAy8L4njiwWr5blmqrJzir3AP5ugCJ6ivbTQpFtPyq2cr4zI53X9l2dxUQ4AsWsWbX4Ol9nQ94mICdwIDAQAB", "manifest_version": 2, "minimum_chrome_version": "80", "name": "Claro Analytics Job Seeking Sonar\u2122", "permissions": [ "https:\/\/*.linkedin.com\/*", "https:\/\/web-communication.claroanalytics.com\/*", "storage", "tabs", "cookies", "webNavigation", "https:\/\/claro-api.auth0.com\/*", "https:\/\/claro-dev-api.us.auth0.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.6.5", "web_accessible_resources": [ "images\/active.png" ] } |