Nimbler Connect

Nimbler allows you to easily view valid e-mails and phone numbers for contacts on LinkedIn. Boost your efficiency now with Nimbler.

What is Nimbler Connect?

Nimbler Connect is a Chrome extension developed by https://nimbler.com, and its main feature is "Nimbler allows you to easily view valid e-mails and phone numbers for contacts on LinkedIn. Boost your efficiency now with Nimbler.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Nimbler Connect Extension CRX File

Download Nimbler Connect 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

                        Nimbler allows you to easily view valid e-mails and phone numbers for contacts on LinkedIn. Boost your efficiency now with Nimbler.                    

Extension Basic Information

Name Nimbler Connect Nimbler Connect
ID hobioajolocliaghmpcbkeenmeffilgl
Official URL https://chromewebstore.google.com/detail/nimbler-connect/hobioajolocliaghmpcbkeenmeffilgl
Description Nimbler allows you to easily view valid e-mails and phone numbers for contacts on LinkedIn. Boost your efficiency now with Nimbler.
File Size 194 KB
Installation Count 76
Current Version 1.0.0
Last Updated 2023-12-12
Publish Date 2023-12-12
Rating 5.00/5 Total 2 Ratings
Developer https://nimbler.com
Email [email protected]
Payment Type free
Extension Website https://www.nymblr.com
Help Page URL https://www.nymblr.com
Privacy Policy Page URL https://www.nimbler.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nimbler Connect",
    "version": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "\/lib\/popup.html",
        "default_icon": "\/assets\/images\/icons\/128x128.png"
    },
    "icons": {
        "16": "\/assets\/images\/icons\/16x16.png",
        "24": "\/assets\/images\/icons\/24x24.png",
        "32": "\/assets\/images\/icons\/32x32.png",
        "48": "\/assets\/images\/icons\/48x48.png",
        "128": "\/assets\/images\/icons\/128x128.png"
    },
    "author": "Nymblr, Inc.",
    "description": "Nimbler allows you to easily view valid e-mails and phone numbers for contacts on LinkedIn. Boost your efficiency now with Nimbler.",
    "content_scripts": [
        {
            "js": [
                "\/assets\/js\/jquery.min.js",
                "\/assets\/select2\/select.js",
                "\/assets\/js\/script.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "css": [
                "\/assets\/select2\/select.css",
                "\/assets\/style\/popup.css"
            ]
        }
    ],
    "background": {
        "service_worker": "\/assets\/js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self' "
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "\/assets\/images\/logo.png",
                "\/assets\/images\/plus.svg",
                "\/assets\/images\/download.svg",
                "\/assets\/images\/edit-copy.svg",
                "\/assets\/images\/green-checkmark.svg",
                "\/assets\/images\/Rocket.svg",
                "\/assets\/images\/Stars.svg",
                "\/assets\/images\/icons\/16x16.png",
                "\/assets\/images\/green_circle.svg",
                "\/assets\/images\/yellow_circle.svg"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*"
    ],
    "permissions": [
        "storage",
        "background"
    ]
}