HR helper
Linkedin private notes
Τι είναι το HR helper;
Το HR helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RomanistHere, και η κύρια λειτουργία του είναι "Linkedin private notes".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HR helper
Λήψη αρχείων επέκτασης HR helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Testing stage. Free and open-source. Available right now: - mark profile - add note to profile - quick editable answers in the messages thread - search within saved and marked profiles - save with Ctrl + Enter Future plans: - synchronization between all the users in your company (paid option)
Βασικές Πληροφορίες Επέκτασης
Όνομα | HR helper |
ID | legoehlgnimpdcopbolhlgcfhanhmckh |
Επίσημο URL | https://chromewebstore.google.com/detail/hr-helper/legoehlgnimpdcopbolhlgcfhanhmckh |
Περιγραφή | Linkedin private notes |
Μέγεθος Αρχείου | 29.24 KB |
Αριθμός Εγκαταστάσεων | 28 |
Τρέχουσα Έκδοση | 0.1.16 |
Τελευταία Ενημέρωση | 2020-12-29 |
Ημερομηνία Δημοσίευσης | 2020-11-23 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | RomanistHere |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://romanisthere.github.io/apps/policy |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HR helper", "short_name": "HR helper - Linkedin\u2122 private notes", "version": "0.1.16", "description": "Linkedin private notes", "permissions": [ "https:\/\/www.linkedin.com\/*", "storage", "unlimitedStorage", "declarativeContent" ], "content_scripts": [ { "js": [ "messages\/messages.js", "content\/content.js" ], "css": [ "content\/content.css" ], "matches": [ "https:\/\/www.linkedin.com\/*" ], "all_frames": true, "run_at": "document_end" } ], "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "background": { "page": "background\/background.html" }, "page_action": { "default_popup": "popup\/popup.html", "default_title": "HR-helper - Click to open", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2 } |