Cleed
Find your next leads with Cleed.
Cleed là gì?
Cleed là một tiện ích mở rộng Chrome được phát triển bởi https://getcleed.com, và tính năng chính của nó là "Find your next leads with Cleed.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cleed
Tải xuống các tệp mở rộng Cleed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cleed |
ID | cfpnimlmbkkpficihkcaicodlhnogobd |
URL Chính Thức | https://chromewebstore.google.com/detail/cleed/cfpnimlmbkkpficihkcaicodlhnogobd |
Mô tả | Find your next leads with Cleed. |
Kích Thước Tệp | 24.65 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 0.7 |
Cập Nhật Lần Cuối | 2023-11-04 |
Ngày Phát Hành | 2023-07-22 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://getcleed.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.getcleed.com/ |
URL Trang Trợ Giúp | https://app.getcleed.com/faq |
URL Trang Chính Sách Bảo Mật | https://app.getcleed.com/privacy_policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |