Pricely

Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop.

Pricelyคืออะไร?

Pricely เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pricely.app และคุณลักษณะหลักของมันคือ "Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop."

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

screenshot
screenshot
screenshot

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

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

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

                        After installing the Pricely extension, you will see a blue Pricely icon in every product detail page on websites like zalando.ch, digitec.ch or homegate.ch. By clicking the icon you can enter your desired price for the product.

Once you save your price alert, our system will check the product price for the next 60 days and you will get an email any time the price of the product drops to your desired price.

If the price is good for you, you can use the link in the email and add the product to your shopping cart.

If it's on your list, you'll never miss a sale.                    

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

ชื่อ Pricely Pricely
ID mnghobmdphconlpnmemodmmmcpoopecj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pricely/mnghobmdphconlpnmemodmmmcpoopecj
คำอธิบาย Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop.
ขนาดไฟล์ 428 KB
จำนวนการติดตั้ง 2,591
เวอร์ชันปัจจุบัน 1.12.2
อัปเดตครั้งล่าสุด 2022-03-02
วันที่เผยแพร่ 2020-11-18
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://pricely.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pricely.app
URL หน้านโยบายความเป็นส่วนตัว https://pricely.app/privacy
ภาษาที่รองรับ de,en,fr,it,lt,pl,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pricely",
    "version": "1.12.2",
    "description": "__MSG_manifest_description__",
    "default_locale": "en",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_popup": "frontend\/index.html#\/popup?lang=__MSG_@@ui_locale__"
    },
    "web_accessible_resources": [
        "frontend\/*"
    ]
}