Fist Bump
Helping you track your social activity
What is Fist Bump?
Fist Bump is a Chrome extension developed by Fist Bump, and its main feature is "Helping you track your social activity".
Extension Screenshots
Download Fist Bump Extension CRX File
Download Fist Bump extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | nacafojhpmfdnibnabiklmjocdgpgjin |
| Official URL | https://chromewebstore.google.com/detail/fist-bump/nacafojhpmfdnibnabiklmjocdgpgjin |
| Description | Helping you track your social activity |
| File Size | 1013 KB |
| Installation Count | 209 |
| Current Version | 1.1.24 |
| Last Updated | 2023-11-15 |
| Publish Date | 2023-01-24 |
| Rating | 5.00/5 Total 5 Ratings |
| Developer | Fist Bump |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://getfistbumps.com/ |
| Privacy Policy Page URL | https://app.getfistbumps.com/pages/policy |
| Supported Languages | 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\/*"
]
} | |