Cleed

Find your next leads with Cleed.

What is Cleed?

Cleed is a Chrome extension developed by https://getcleed.com, and its main feature is "Find your next leads with Cleed.".

Extension Screenshots

screenshot

Download Cleed Extension CRX File

Download Cleed 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 simplifies the usage of Cleed by automatically fetching your session cookies. Cleed streamlines and improves your lead management process, saving you hours of monotonous work every week. 

If you have any question about this extension, feel free to contact us using the support chat at https://getcleed.com/.                    

Extension Basic Information

Name Cleed Cleed
ID cfpnimlmbkkpficihkcaicodlhnogobd
Official URL https://chromewebstore.google.com/detail/cleed/cfpnimlmbkkpficihkcaicodlhnogobd
Description Find your next leads with Cleed.
File Size 24.65 KB
Installation Count 29
Current Version 0.7
Last Updated 2023-11-04
Publish Date 2023-07-22
Rating 5.00/5 Total 3 Ratings
Developer https://getcleed.com
Email [email protected]
Payment Type free
Extension Website https://www.getcleed.com/
Help Page URL https://app.getcleed.com/faq
Privacy Policy Page URL https://app.getcleed.com/privacy_policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cleed",
    "description": "Find your next leads with Cleed.",
    "version": "0.7",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bubblehacks.io\/*"
            ],
            "exclude_matches": [
                "https:\/\/bubblehacks.io\/charles"
            ],
            "js": [
                "CustomJavaScript\/customScript1.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/app.getcleed.com\/*"
    ],
    "permissions": [
        "cookies",
        "activeTab",
        "scripting",
        "tabs"
    ]
}