Cleed

Find your next leads with Cleed.

什么是Cleed?

Cleed是由https://getcleed.com开发的Chrome扩展程序,该扩展的主要功能是“Find your next leads with Cleed.”。

扩展截图

screenshot

下载Cleed扩展crx文件

下载Cleed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/.                    

扩展基本信息

名称 Cleed Cleed
ID cfpnimlmbkkpficihkcaicodlhnogobd
官方URL https://chromewebstore.google.com/detail/cleed/cfpnimlmbkkpficihkcaicodlhnogobd
简介 Find your next leads with Cleed.
文件大小 24.65 KB
安装次数 29
当前版本 0.7
更新时间 2023-11-04
上架时间 2023-07-22
评分 5.00/5 共3次评分
开发者 https://getcleed.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.getcleed.com/
帮助页面URL https://app.getcleed.com/faq
隐私政策页面URL https://app.getcleed.com/privacy_policy
支持的语言 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"
    ]
}