LinkedON - LinkedIn Automation

LinkedIn Automation

Cos'è LinkedON - LinkedIn Automation?

LinkedON - LinkedIn Automation è un'estensione di Chrome sviluppata da https://linkedon.io, e la sua funzione principale è "LinkedIn Automation".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione LinkedON - LinkedIn Automation

Scarica i file di estensione LinkedON - LinkedIn Automation 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

                        PowerON your LinkedIn and automate connects and messages.                    

Informazioni di Base sull'Estensione

Nome LinkedON - LinkedIn Automation LinkedON - LinkedIn Automation
ID bdalcochcgbleonglonhiedagcggpdeo
URL Ufficiale https://chromewebstore.google.com/detail/linkedon-linkedin-automat/bdalcochcgbleonglonhiedagcggpdeo
Descrizione LinkedIn Automation
Dimensione del File 442 KB
Conteggio Installazioni 223
Versione Corrente 2.0.17
Ultimo Aggiornamento 2021-09-27
Data di Pubblicazione 2020-07-16
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://linkedon.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://linkedon.io/
URL della Pagina della Politica sulla Privacy https://petrovdigital.io/legal
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedON - LinkedIn Automation",
    "version": "2.0.17",
    "manifest_version": 2,
    "description": "LinkedIn Automation",
    "short_name": "LinkedON",
    "browser_action": {
        "default_icon": "img\/icons\/on48.png",
        "default_title": "LinkedON"
    },
    "icons": {
        "16": "img\/icons\/on16.png",
        "48": "img\/icons\/on48.png",
        "128": "img\/icons\/on128.png"
    },
    "options_ui": {
        "page": "app.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "libs\/jquery-3.3.1.min.js",
                "libs\/resizer.parent.js",
                "js\/utils.js",
                "js\/linkedon_api.js",
                "js\/linkedin_helper.js"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/app.linkedon.io\/lon\/*\/widget.html*"
            ],
            "js": [
                "libs\/jquery-3.3.1.min.js",
                "js\/utils.js",
                "js\/linkedon_api.js",
                "js\/content\/widget.js",
                "libs\/resizer.child.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "libs\/jquery-3.3.1.min.js",
            "js\/utils.js",
            "js\/linkedon_api.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [],
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.linkedin.com\/*",
        "https:\/\/*.linkedon.io\/*",
        "activeTab",
        "notifications",
        "management",
        "webRequest",
        "webRequestBlocking",
        "cookies"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.intercom.io https:\/\/*.intercomcdn.com; object-src 'self'"
}