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
官方網址 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"
    ]
}