HR helper
Linkedin private notes
HR helper क्या है?
HR helper RomanistHere द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Linkedin private notes"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HR helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |