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
官方網址 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\/*"
    ]
}