Scrapy

Scrapy is a website and browser extension that allows users to track the price history of products on various South African stores.

Scrapyคืออะไร?

Scrapy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://scrapy.co.za และคุณลักษณะหลักของมันคือ "Scrapy is a website and browser extension that allows users to track the price history of products on various South African stores."

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

screenshot
screenshot
screenshot

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

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

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

                        Scrapy is a comprehensive tool for South African shoppers, featuring a website and browser extension that allows users to track the price history of products from various stores. Whether you're looking to compare prices or make informed purchasing decisions, Scrapy's chrome and firefox extension makes it easy to access the information you need while browsing online.

Furthermore, Scrapy's powerful notification feature sends alerts to users when the price of a selected product changes, which saves you time and money. With Scrapy, you'll never miss a great deal on the products you want to buy. It's an effective way to make sure you're getting the best deal possible.                    

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

ชื่อ Scrapy Scrapy
ID fnjpinddheahjajnledccahpeckhfkia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scrapy/fnjpinddheahjajnledccahpeckhfkia
คำอธิบาย Scrapy is a website and browser extension that allows users to track the price history of products on various South African stores.
ขนาดไฟล์ 536 KB
จำนวนการติดตั้ง 1,500
เวอร์ชันปัจจุบัน 4.0.5
อัปเดตครั้งล่าสุด 2024-01-29
วันที่เผยแพร่ 2022-11-03
คะแนน 5.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://scrapy.co.za
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://scrapy.co.za/
URL หน้านโยบายความเป็นส่วนตัว https://scrapy.co.za/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scrapy",
    "version": "4.0.5",
    "manifest_version": 3,
    "description": "Scrapy is a website and browser extension that allows users to track the price history of products on various South African stores.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "107.0"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scrapy.co.za\/*",
                "https:\/\/www.takealot.com\/*",
                "https:\/\/www.geewiz.co.za\/*",
                "https:\/\/www.wootware.co.za\/*",
                "https:\/\/www.diyelectronics.co.za\/*",
                "https:\/\/www.evetech.co.za\/*",
                "https:\/\/www.incredible.co.za\/*",
                "https:\/\/www.robotics.org.za\/*",
                "https:\/\/www.hificorp.co.za\/*",
                "https:\/\/mia.africa.com\/*",
                "https:\/\/www.yuppiechef.com\/*",
                "https:\/\/www.makro.co.za\/*",
                "https:\/\/www.woolworths.co.za\/*",
                "https:\/\/greatyellowbrick.co.za\/*",
                "https:\/\/www.loot.co.za\/*"
            ],
            "js": [
                "src\/main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/sites\/diyelectronics.js",
                "src\/sites\/evetech.js",
                "src\/sites\/geewiz.js",
                "src\/sites\/greatyellowbrick.js",
                "src\/sites\/helper.js",
                "src\/sites\/hificorp.js",
                "src\/sites\/incredible.js",
                "src\/sites\/makro.js",
                "src\/sites\/mia.africa.js",
                "src\/sites\/robotics.js",
                "src\/sites\/scrapy.js",
                "src\/sites\/takealot.js",
                "src\/sites\/woolworths.js",
                "src\/sites\/wootware.js",
                "src\/sites\/yuppiechef.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "src\/options\/options.html"
    },
    "action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "src\/popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ]
}