Recruitly
Recruitly Google Chrome Extension
Τι είναι το Recruitly;
Το Recruitly είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://recruitly.io, και η κύρια λειτουργία του είναι "Recruitly Google Chrome Extension".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Recruitly
Λήψη αρχείων επέκτασης Recruitly σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Generate leads, source candidates and create contact records directly from LinkedIn. View contact details instantly and add progress notes - all without leaving LinkedIn profile page, visit https://recruitly.io/chrome-extension for details. Recruitly https://recruitly.io is a UK-based cloud recruiting platform offering Sales, Recruiting, Marketing, Automation, and AI tools all under one roof. Call us at +44 161 533 0867 or email [email protected] to discuss your recruiting needs. Let us help you make the most of your recruiting platform.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | blcddfbfkinmhmokhpjiiljjfafjpgom |
Επίσημο URL | https://chromewebstore.google.com/detail/recruitly/blcddfbfkinmhmokhpjiiljjfafjpgom |
Περιγραφή | Recruitly Google Chrome Extension |
Μέγεθος Αρχείου | 255 KB |
Αριθμός Εγκαταστάσεων | 886 |
Τρέχουσα Έκδοση | 4.9.19 |
Τελευταία Ενημέρωση | 2024-02-23 |
Ημερομηνία Δημοσίευσης | 2020-06-22 |
Αξιολόγηση | 5.00/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | https://recruitly.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://recruitly.io |
Διεύθυνση URL της Σελίδας Βοήθειας | https://help.recruitly.io |
URL της Σελίδας Πολιτικής Απορρήτου | https://recruitly.io/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recruitly", "description": "Recruitly Google Chrome Extension", "version": "4.9.19", "author": "Recruitly", "permissions": [ "storage" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_title": "Recruitly", "default_icon": { "19": "images\/icon-19.png", "32": "images\/icon-32.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/linkedin.com\/*", "https:\/\/*.infojobs.net\/employer\/cv\/employer-cv-view\/*" ], "css": [ "vendor\/typeahead\/css\/typeahead.css", "vendor\/tagify\/tagify.css", "vendor\/bootstrap\/css\/bootstrap.min.css", "vendor\/SlimSelect\/slimselect.min.css", "css\/app.css", "vendor\/toastr\/toastr.min.css", "vendor\/tribute\/tribute.css" ], "js": [ "vendor\/jquery\/jquery-3.6.0.min.js", "vendor\/SlimSelect\/slimselect.min.js", "vendor\/bootstrap\/js\/bootstrap.min.js", "vendor\/typeahead\/js\/typeahead.min.js", "vendor\/mustache\/mustache.min.js", "vendor\/toastr\/toastr.min.js", "vendor\/tagify\/tagify.min.js", "vendor\/tippy\/popper.min.js", "vendor\/tippy\/tippy.min.js", "vendor\/tribute\/tribute.js", "js\/main.js" ], "run_at": "document_idle", "all_frames": false } ], "externally_connectable": { "matches": [ "*:\/\/*.recruitly.io\/*" ] }, "content_security_policy": { "manifest-src": "self" }, "host_permissions": [ "https:\/\/api.recruitly.io\/*", "https:\/\/vista-dev.recruitly.io\/*" ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "css\/*", "images\/*", "js\/*", "vendor\/*", "templates\/*" ], "matches": [ " |