Cleed
Find your next leads with Cleed.
Cos'è Cleed?
Cleed è un'estensione di Chrome sviluppata da https://getcleed.com, e la sua funzione principale è "Find your next leads with Cleed.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cleed
Scarica i file di estensione Cleed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/.
Informazioni di Base sull'Estensione
Nome | Cleed |
ID | cfpnimlmbkkpficihkcaicodlhnogobd |
URL Ufficiale | https://chromewebstore.google.com/detail/cleed/cfpnimlmbkkpficihkcaicodlhnogobd |
Descrizione | Find your next leads with Cleed. |
Dimensione del File | 24.65 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 0.7 |
Ultimo Aggiornamento | 2023-11-04 |
Data di Pubblicazione | 2023-07-22 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://getcleed.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.getcleed.com/ |
URL della Pagina di Aiuto | https://app.getcleed.com/faq |
URL della Pagina della Politica sulla Privacy | https://app.getcleed.com/privacy_policy |
Lingue Supportate | 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" ] } |