IceWriter AI LinkedIn® Message Generator

Generate Highly personalised LinkedIn® messages with ease and speed!

Cos'è IceWriter AI LinkedIn® Message Generator?

IceWriter AI LinkedIn® Message Generator è un'estensione di Chrome sviluppata da raphael.egeley, e la sua funzione principale è "Generate Highly personalised LinkedIn® messages with ease and speed!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione IceWriter AI LinkedIn® Message Generator

Scarica i file di estensione IceWriter AI LinkedIn® Message Generator 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

                        This chrome extension allow user to generate LinkedIn messages with ease and speed without leaving the linked in page !
Messages are generated using the power of AI.                    

Informazioni di Base sull'Estensione

Nome IceWriter AI LinkedIn® Message Generator IceWriter AI LinkedIn® Message Generator
ID cfjdbjoghkckljhpmehahoingaokbdfk
URL Ufficiale https://chromewebstore.google.com/detail/icewriter-ai-linkedin%C2%AE-me/cfjdbjoghkckljhpmehahoingaokbdfk
Descrizione Generate Highly personalised LinkedIn® messages with ease and speed!
Dimensione del File 924 KB
Conteggio Installazioni 44
Versione Corrente 0.2.4
Ultimo Aggiornamento 2023-11-14
Data di Pubblicazione 2023-06-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore raphael.egeley
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.icewriter.com/
URL della Pagina della Politica sulla Privacy https://www.icewriter.com/privacy
Lingue Supportate fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuNcfxveJGg+VyAMSf1GvyTQhF8cPGhH5RLiyyStm2C2QMxDq7YpxsJn7ny6kVw7gqrdeSRYxsXefqq5tT\/7TMeunC8Av\/UgKjJclAGrITvo+1CxG7PLdCU6pn5L6TOSoHr06W4rCmWceaKX7tTGDWMefaunq\/kLlqK56fhYuyuXNyU9a5oIddMYnWvMgIHpXW9HdwOKHI\/dhyPqNm7d9eNCJ2aY5DR0YQxGLxHdobXNjzOvCKM3nafoFZLxZ5EhWCrWFInvGWlTQaPaQbGl6F\/R6GMNpM9fjDPxT6Qp69WeD98fgdiYEKLemRXrUNiBkZoxQmVxA9lwbebdLDv0\/AQIDAQAB",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "32": "icons\/icon-32x32.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "permissions": [
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*"
    ],
    "action": {
        "default_popup": "www\/index.html#\/popup",
        "default_title": "IceWriter AI LinkedIn\u00ae Message Generator"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "linkedin-content-script.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "name": "IceWriter AI LinkedIn\u00ae Message Generator",
    "short_name": "IceWriter AI LinkedIn\u00ae Message Generator",
    "description": "Generate Highly personalised LinkedIn\u00ae messages with ease and speed!",
    "version": "0.2.4"
}