lululemon Restock Alerts

Get a text when lululemon product is back in stock

lululemon Restock Alerts란 무엇입니까?

lululemon Restock Alerts은(는) lululemonDrops에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a text when lululemon product is back in stock"입니다.

확장 프로그램 스크린샷

screenshot

lululemon Restock Alerts 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Save money by getting notified when lululemon price drops and get the gear you want by receiving an immediate text the gear you want is back in stock.

Check out our website for a mobile friendly version! Now just text us a product link! https://lululemondrops.com/                    

확장 프로그램 기본 정보

이름 lululemon Restock Alerts lululemon Restock Alerts
ID kmdpdeghgiahpjeccjbpcjfdidhdknhk
공식 URL https://chrome.google.com/webstore/detail/lululemon-restock-alerts/kmdpdeghgiahpjeccjbpcjfdidhdknhk
설명 Get a text when lululemon product is back in stock
파일 크기 344 KB
설치 횟수 37
현재 버전 1.0.7
최근 업데이트 2021-07-17
출시 날짜 2021-03-25
평점 5.00/5 총 3 개의 평점
개발자 lululemonDrops
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://lululemondrops.com/
도움말 페이지 URL https://twitter.com/lululemon_drops
개인정보 보호 정책 페이지 URL https://lululemondrops.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "lululemon Restock Alerts",
    "description": "Get a text when lululemon product is back in stock",
    "version": "1.0.7",
    "homepage_url": "https:\/\/lululemondrops.com\/",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "favicon.png",
        "default_title": "Get a text when lululemon product is back in stock"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/shop.lululemon.com\/*"
            ],
            "all_frames": true,
            "js": [
                ".\/jquery.js",
                ".\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/lulu-backend.onrender.com\/* https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "\/static\/*"
    ]
}