Hubflo Clipper
Créez en 1 clic un contact sur Hubflo depuis un profil Linkedin ou un échange Gmail / Outlook.
Vad är Hubflo Clipper?
Hubflo Clipper är en Chrome-tillägg utvecklad av https://hubflo.com, och dess huvudfunktion är "Créez en 1 clic un contact sur Hubflo depuis un profil Linkedin ou un échange Gmail / Outlook.".
Tilläggsskärmbilder
Ladda ner Hubflo Clipper-förlängningens CRX-fil
Ladda ner Hubflo Clipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Hubflo Clipper |
ID | miionnbpcoinccnhekjjjloiknalhhfh |
Officiell webbadress | https://chromewebstore.google.com/detail/hubflo-clipper/miionnbpcoinccnhekjjjloiknalhhfh |
Beskrivning | Créez en 1 clic un contact sur Hubflo depuis un profil Linkedin ou un échange Gmail / Outlook. |
Filstorlek | 319 KB |
Antal Installationer | 242 |
Aktuell Version | 1.8.0 |
Senast Uppdaterad | 2023-12-15 |
Publiceringsdatum | 2022-11-04 |
Utvecklare | https://hubflo.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.hubflo.com/ |
URL till Sekretesspolicy Sidan | https://www.hubflo.com/privacy-policy |
Stödda Språk | 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": [ " |