Hubflo Clipper
Créez en 1 clic un contact sur Hubflo depuis un profil Linkedin ou un échange Gmail / Outlook.
Cos'è Hubflo Clipper?
Hubflo Clipper è un'estensione di Chrome sviluppata da https://hubflo.com, e la sua funzione principale è "Créez en 1 clic un contact sur Hubflo depuis un profil Linkedin ou un échange Gmail / Outlook.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hubflo Clipper
Scarica i file di estensione Hubflo Clipper 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
Making your Hubflo CRM thrive is now a breeze! Effortlessly create a Hubflo contact with just a single click from a LinkedIn profile or through Gmail/Outlook conversations. Hubflo seamlessly pulls in all the necessary details! How does it work? Get the extension set up – it's free! Browse a LinkedIn profile or dive into a Gmail/Outlook conversation. Hit the 'Add to Hubflo' button. For LinkedIn, just click 'Find Email'. Fill in any additional info as required, then confirm. And voilà! Your new contact is now on Hubflo!
Informazioni di Base sull'Estensione
Nome | Hubflo Clipper |
ID | miionnbpcoinccnhekjjjloiknalhhfh |
URL Ufficiale | https://chromewebstore.google.com/detail/hubflo-clipper/miionnbpcoinccnhekjjjloiknalhhfh |
Descrizione | Créez en 1 clic un contact sur Hubflo depuis un profil Linkedin ou un échange Gmail / Outlook. |
Dimensione del File | 319 KB |
Conteggio Installazioni | 242 |
Versione Corrente | 1.8.0 |
Ultimo Aggiornamento | 2023-12-15 |
Data di Pubblicazione | 2022-11-04 |
Sviluppatore | https://hubflo.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.hubflo.com/ |
URL della Pagina della Politica sulla Privacy | https://www.hubflo.com/privacy-policy |
Lingue Supportate | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hubflo Clipper", "version": "1.8.0", "description": "Cr\u00e9ez en 1 clic un contact sur Hubflo depuis un profil Linkedin ou un \u00e9change Gmail \/ Outlook.", "action": { "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "default_title": "Invoice Hubflo Template" }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "all_frames": false, "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "js": [ "content-scripts\/import-main.js" ], "css": [ "\/assets\/style.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/*.png", "assets\/*.svg", "content-scripts\/gmailJsLoader.js", "content-scripts\/extension.js", "content-scripts\/messageViewHandler.js", "popup\/index.html" ], "matches": [ " |