ShopeeBot

Shopee Merchant Services Internal WIP Management Tool.

ShopeeBotคืออะไร?

ShopeeBot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hengrui.zhao และคุณลักษณะหลักของมันคือ "Shopee Merchant Services Internal WIP Management Tool."

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

screenshot
screenshot
screenshot

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

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

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

                        Shopee Merchant Services internal WIP enhancement tool.
(Shopee intranet access only )
V3.0 Fixed Existed Problems

V2.7
✔️  Support Display of Delayed Tasks/Subtasks

V2.5+ New:
✔️  Support Gitlab Integrated ShopeeBot Panel (Displays Feature Info and Related MRs)
✔️  Support Jira StoryPoints hint
✔️  Support Delayed DevTask hint

Fixs:
✔️  Fixed the problem of Loading failure

Features
✔️  Quick review of Jira Devtask 
✔️  Associate Jira Devtask with MR 
✔️  Better Code Review management panel 
✔️  Flexible and configurable Devtask filter.
Integration Guideline: https://confluence.shopee.io/pages/viewpage.action?pageId=863092222                    

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

ชื่อ ShopeeBot ShopeeBot
ID hplchlmgpplfjadccdbhijfhcpjdelmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shopeebot/hplchlmgpplfjadccdbhijfhcpjdelmm
คำอธิบาย Shopee Merchant Services Internal WIP Management Tool.
ขนาดไฟล์ 773 KB
จำนวนการติดตั้ง 98
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2023-08-19
วันที่เผยแพร่ 2022-01-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา hengrui.zhao
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://confluence.shopee.io/pages/viewpage.action?pageId=863092222
URL หน้านโยบายความเป็นส่วนตัว https://privacy.1ts.fun/product/vnji3d44W1aw8gGU
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShopeeBot",
    "description": "Shopee Merchant Services Internal WIP Management Tool.",
    "version": "3.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "Opens ShopeeBot"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "identity",
        "identity.email"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-16.png",
            "32": "\/images\/icon-32.png",
            "48": "\/images\/icon-48.png",
            "128": "\/images\/icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgR5NmlV9t8gsPH5g5yA+4yH0vUMhrQW+k219LSrphqJC3\/Edl\/pIRdre\/ozCelymlMnMFQ+R01Efwj3sqR1yjQzjeRsnyoJcxH7aGLc8Yzdcc2lCpzCkcmTcbTp0btbyYphYtCUOYB5bfS63jpTqNJBu\/pS7gz\/a\/Od\/51by3J7aXW6V9z8BmO00fOyKSLjX9gMjz\/bZHxVWvGIMstOIfPDT+hFp7XJTjZemFClKKeu597\/+FWZ\/0XDb+HQUhbH+TKMSK2E6WkMlHEPKXsI+gVQDNZsE1cfy6vG2SrWY6f3ivF7YnNLfE39EeF7ajj9oncVtWavheR0ardEoHyBToQIDAQAB",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/git.garena.com\/*\/merge_requests\/*"
            ],
            "js": [
                "js\/Content.js"
            ],
            "css": [
                "css\/Content.css"
            ]
        }
    ]
}