Cleed
Find your next leads with Cleed.
Cleedとは何ですか?
Cleedはhttps://getcleed.comによって開発されたChromeの拡張機能で、その主な機能は「Find your next leads with Cleed.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |