Fist Bump

Helping you track your social activity

Fist Bumpคืออะไร?

Fist Bump เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fist Bump และคุณลักษณะหลักของมันคือ "Helping you track your social activity"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fist Bump

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}