Bitskins.com P2P Helper

Must have utility for P2P trading on Bitskins.com

Bitskins.com P2P Helperคืออะไร?

Bitskins.com P2P Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bitskins.com และคุณลักษณะหลักของมันคือ "Must have utility for P2P trading on Bitskins.com"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitskins.com P2P Helper

ดาวน์โหลดไฟล์ส่วนขยาย Bitskins.com P2P Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        BitSkins Companion extension

Your companion will assist you with all your P2P transactions done as BitSkins as well as protect you from the most common scams that happen on a regular basis. 
It is strongly recommended to every BitSkins user to install this extension, it will significantly speed up the buying/selling process and it helps minimize unnecessary issues.
Features:

- Easy log in via Steam
- Help you access your API key
- Connect with your BitSkins P2P account
- Receive information and updates about your trades (up to 15 active trades)
- Automatic trade offer creation when selling an offer on BitSkins (manual trade confirmation still required)
- Accepts trade offers automatically when you purchase a skin on BitSkins
- Reminds you of any missing steps in the buying/selling process

If you have any issues with this extension, please contact us at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bitskins.com P2P Helper Bitskins.com P2P Helper
ID hjjiokpidljhdplneflleoofcnbpffmb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hjjiokpidljhdplneflleoofcnbpffmb
คำอธิบาย Must have utility for P2P trading on Bitskins.com
ขนาดไฟล์ 137 KB
จำนวนการติดตั้ง 3,670
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2022-11-28
วันที่เผยแพร่ 2022-03-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Bitskins.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bitskins.com/
URL หน้าช่วยเหลือ https://bitskins.com/support
URL หน้านโยบายความเป็นส่วนตัว https://bitskins.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApOOrou+Wvg4xlgDLaevPaJ0VL59YtDg\/QMykHb2GeDwnOmaNzbYK6dZ3GSvO6wEiohh6jZycIHpfUJQl1fXW7sMcAXGSF6iqdpBWQtubr6h2ch1oOgmNXi6395X1mlC0tKjwmQy8hZea3NaYVFL6r4mtob1EBaSQ1PvAVN\/4Wbj1AZ08ovoD69R++LGVLotv3pHsKkG6bw7Pr3\/oJ65tGHvwhDliIeTU6r8W1mZ\/9NX6+vwUeIwW0yOxC5JqxOyDJY8L+80WhzWZAiP9gIlLGbxmnQpvpRIH6Zv\/svPl7GgJdr\/tyz4s\/NuFOex0MUujY3PZqooYZLAwgoWhs5utlQIDAQAB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitskins.com P2P Helper",
    "description": "Must have utility for P2P trading on Bitskins.com",
    "version": "1.0.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background\/background.js"
    },
    "permissions": [
        "notifications",
        "declarativeNetRequest",
        "alarms",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.steamcommunity.com\/"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": ".\/rules.json"
            }
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/p2p-api.bitskins.com\/*",
            "https:\/\/extension.bitskins.com\/*",
            "https:\/\/steamcommunity.com\/*"
        ]
    },
    "icons": {
        "16": "img\/bs_128.png",
        "48": "img\/bs_128.png",
        "128": "img\/bs_128.png",
        "256": "img\/bs_256.png"
    },
    "action": {
        "default_title": "Bitskins.com P2P Helper",
        "default_icon": "img\/bs_128.png",
        "default_popup": "\/popup\/index.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Q"
            }
        }
    }
}