Fist Bump

Helping you track your social activity

什么是Fist Bump?

Fist Bump是由Fist Bump开发的Chrome扩展程序,该扩展的主要功能是“Helping you track your social activity”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Fist Bump扩展crx文件

下载Fist Bump扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Fist Bump Fist Bump
ID nacafojhpmfdnibnabiklmjocdgpgjin
官方URL https://chromewebstore.google.com/detail/fist-bump/nacafojhpmfdnibnabiklmjocdgpgjin
简介 Helping you track your social activity
文件大小 1013 KB
安装次数 209
当前版本 1.1.24
更新时间 2023-11-15
上架时间 2023-01-24
评分 5.00/5 共5次评分
开发者 Fist Bump
电子邮箱 [email protected]
付费类型 free
扩展官网 https://getfistbumps.com/
隐私政策页面URL https://app.getfistbumps.com/pages/policy
支持的语言 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\/*"
    ]
}