Cleed

Find your next leads with Cleed.

Cleedคืออะไร?

Cleed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getcleed.com และคุณลักษณะหลักของมันคือ "Find your next leads with Cleed."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cleed

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}