Fist Bump
Helping you track your social activity
Cos'è Fist Bump?
Fist Bump è un'estensione di Chrome sviluppata da Fist Bump, e la sua funzione principale è "Helping you track your social activity".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fist Bump
Scarica i file di estensione Fist Bump 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
Fist Bump is a LinkedIn connection and task manager tool that leads you through daily engagement tasks, while automatically tracking your progress and next step with hundreds of prospects. Make Engagement Lists Add Prospects with ONE click Follow Up Message Workflows AI Comment Suggestions with your voice AI Connection Message Recommendations Curated Feeds To See Posts Natively in LinkedIn Track Engagements in our Platform or Sync to CRM Ask about our "Twin Your Brain" Feature
Informazioni di Base sull'Estensione
Nome | Fist Bump |
ID | nacafojhpmfdnibnabiklmjocdgpgjin |
URL Ufficiale | https://chromewebstore.google.com/detail/fist-bump/nacafojhpmfdnibnabiklmjocdgpgjin |
Descrizione | Helping you track your social activity |
Dimensione del File | 1013 KB |
Conteggio Installazioni | 209 |
Versione Corrente | 1.1.24 |
Ultimo Aggiornamento | 2023-11-15 |
Data di Pubblicazione | 2023-01-24 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Fist Bump |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://getfistbumps.com/ |
URL della Pagina della Politica sulla Privacy | https://app.getfistbumps.com/pages/policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fist Bump", "short_name": "Fist Bump", "description": "Helping you track your social activity", "version": "1.1.24", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "action": [], "background": { "service_worker": "background.js" }, "permissions": [ "storage", "scripting", "alarms", "cookies", "webRequest" ], "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "all_frames": true, "js": [ "content-script.js" ] } ], "externally_connectable": { "ids": [ "*" ], "matches": [ "https:\/\/funnelamplified.ngrok.io\/*", "https:\/\/*.ngrok.io\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/stg.getfistbumps.com\/*", "https:\/\/app.getfistbumps.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "\/images\/*", "content-script.js", "add-connection-script.js" ], "matches": [ "https:\/\/*\/*" ] } ], "host_permissions": [ "https:\/\/funnelamplified.ngrok.io\/*", "https:\/\/*.ngrok.io\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/stg.getfistbumps.com\/*", "https:\/\/app.getfistbumps.com\/*" ] } |