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
Eメール [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\/*"
    ]
}