HR helper

Linkedin private notes

Cos'è HR helper?

HR helper è un'estensione di Chrome sviluppata da RomanistHere, e la sua funzione principale è "Linkedin private notes".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione HR helper

Scarica i file di estensione HR helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome HR helper HR helper
ID legoehlgnimpdcopbolhlgcfhanhmckh
URL Ufficiale https://chromewebstore.google.com/detail/hr-helper/legoehlgnimpdcopbolhlgcfhanhmckh
Descrizione Linkedin private notes
Dimensione del File 29.24 KB
Conteggio Installazioni 28
Versione Corrente 0.1.16
Ultimo Aggiornamento 2020-12-29
Data di Pubblicazione 2020-11-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore RomanistHere
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://romanisthere.github.io/apps/policy
Lingue Supportate 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
}