LinkedON - LinkedIn Automation

LinkedIn Automation

What is LinkedON - LinkedIn Automation?

LinkedON - LinkedIn Automation is a Chrome extension developed by https://linkedon.io, and its main feature is "LinkedIn Automation".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download LinkedON - LinkedIn Automation Extension CRX File

Download LinkedON - LinkedIn Automation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        PowerON your LinkedIn and automate connects and messages.                    

Extension Basic Information

Name LinkedON - LinkedIn Automation LinkedON - LinkedIn Automation
ID bdalcochcgbleonglonhiedagcggpdeo
Official URL https://chromewebstore.google.com/detail/linkedon-linkedin-automat/bdalcochcgbleonglonhiedagcggpdeo
Description LinkedIn Automation
File Size 442 KB
Installation Count 223
Current Version 2.0.17
Last Updated 2021-09-27
Publish Date 2020-07-16
Rating 3.00/5 Total 2 Ratings
Developer https://linkedon.io
Email [email protected]
Payment Type free
Extension Website https://linkedon.io/
Privacy Policy Page URL https://petrovdigital.io/legal
Supported Languages 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'"
}