Fist Bump

Helping you track your social activity

Fist Bump là gì?

Fist Bump là một tiện ích mở rộng Chrome được phát triển bởi Fist Bump, và tính năng chính của nó là "Helping you track your social activity".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fist Bump

Tải xuống các tệp mở rộng Fist Bump dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fist Bump Fist Bump
ID nacafojhpmfdnibnabiklmjocdgpgjin
URL Chính Thức https://chromewebstore.google.com/detail/fist-bump/nacafojhpmfdnibnabiklmjocdgpgjin
Mô tả Helping you track your social activity
Kích Thước Tệp 1013 KB
Số Lần Cài Đặt 209
Phiên Bản Hiện Tại 1.1.24
Cập Nhật Lần Cuối 2023-11-15
Ngày Phát Hành 2023-01-24
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Fist Bump
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getfistbumps.com/
URL Trang Chính Sách Bảo Mật https://app.getfistbumps.com/pages/policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}