Fist Bump
Helping you track your social activity
Was ist Fist Bump?
Fist Bump ist eine Chrome-Erweiterung, die von Fist Bump entwickelt wurde, und ihr Hauptmerkmal ist "Helping you track your social activity".
Erweiterungsscreenshots
Fist Bump-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fist Bump-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Fist Bump |
ID | nacafojhpmfdnibnabiklmjocdgpgjin |
Offizielle URL | https://chromewebstore.google.com/detail/fist-bump/nacafojhpmfdnibnabiklmjocdgpgjin |
Beschreibung | Helping you track your social activity |
Dateigröße | 1013 KB |
Installationsanzahl | 209 |
Aktuelle Version | 1.1.24 |
Letztes Update | 2023-11-15 |
Veröffentlichungsdatum | 2023-01-24 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Fist Bump |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://getfistbumps.com/ |
URL der Datenschutzrichtlinien-Seite | https://app.getfistbumps.com/pages/policy |
Unterstützte Sprachen | 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\/*" ] } |