Serval

Takealot Price Tracker

Servalคืออะไร?

Serval เป็นส่วนขยายของ Chrome ที่พัฒนาโดย duan-c และคุณลักษณะหลักของมันคือ "Takealot Price Tracker"

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

screenshot
screenshot

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

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

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

                        Browser extension that adds links on the Takealot website to give quick access to the Serval Takealot Price Tracker website                    

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

ชื่อ Serval Serval
ID cfeefjedanbpihbbcinifmdceolkoaic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/serval/cfeefjedanbpihbbcinifmdceolkoaic
คำอธิบาย Takealot Price Tracker
ขนาดไฟล์ 13.74 KB
จำนวนการติดตั้ง 219
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2021-12-06
วันที่เผยแพร่ 2021-12-06
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา duan-c
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Serval",
    "description": "Takealot Price Tracker",
    "version": "0.4",
    "manifest_version": 3,
    "homepage_url": "https:\/\/github.com\/duan-c\/versal",
    "author": "Duan Coetzee",
    "permissions": [],
    "icons": {
        "16": "\/images\/serval_16x16.png",
        "48": "\/images\/serval_48x48.png",
        "128": "\/images\/serval_128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/serval_16x16.png",
            "48": "\/images\/serval_48x48.png",
            "128": "\/images\/serval_128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.takealot.com\/*PLID*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "css": [
                "\/src\/inject\/inject.css"
            ],
            "js": [
                "\/src\/inject\/inject.js"
            ]
        }
    ]
}