Pricely

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

Pricely란 무엇입니까?

Pricely은(는) https://pricely.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Pricely 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}