BoondManager for LinkedIn

BoondManager for LinkedIn

What is BoondManager for LinkedIn?

BoondManager for LinkedIn is a Chrome extension developed by BoondManager, and its main feature is "BoondManager for LinkedIn".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download BoondManager for LinkedIn Extension CRX File

Download BoondManager for LinkedIn 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

                        This extension will allow you to create and update your BoondManager candidates, CRM contacts & companies with ease from LinkedIn profiles.                    

Extension Basic Information

Name BoondManager for LinkedIn BoondManager for LinkedIn
ID agjmlbigpjomhddmfclplopjjlflpmpk
Official URL https://chromewebstore.google.com/detail/boondmanager-for-linkedin/agjmlbigpjomhddmfclplopjjlflpmpk
Description BoondManager for LinkedIn
File Size 1.66 MB
Installation Count 7,674
Current Version 2.4.9
Last Updated 2023-11-21
Publish Date 2020-06-12
Rating 4.83/5 Total 12 Ratings
Developer BoondManager
Email [email protected]
Payment Type free
Extension Website https://www.boondmanager.com/
Privacy Policy Page URL https://www.boondmanager.com/confidentialite
Supported Languages en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.4.9",
    "default_locale": "fr",
    "icons": {
        "16": ".\/img\/james16.png",
        "32": ".\/img\/james32.png",
        "48": ".\/img\/james48.png",
        "64": ".\/img\/james64.png",
        "128": ".\/img\/james128.png",
        "256": ".\/img\/james256.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "boondmanager.bundle.js"
            ],
            "matches": [
                "https:\/\/ui.boondmanager.com\/*"
            ]
        },
        {
            "all_frames": false,
            "js": [
                "parse.bundle.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab",
        "scripting",
        "cookies",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "http:\/\/localhost:4200\/ui.boondmanager\/*",
        "https:\/\/*.wishgroupe.com\/ui.boondmanager\/*",
        "https:\/\/ui.boondmanager.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": ".\/img\/boondmanager-16-16-gris.png",
            "32": ".\/img\/boondmanager-32-32-gris.png"
        },
        "default_title": "Open on LinkedIn or BoondManager",
        "default_popup": "popup.html"
    }
}