Deal Finder for Chrome

Hands down the best deal finder for Chrome..

Deal Finder for Chrome란 무엇입니까?

Deal Finder for Chrome은(는) LazyLabz.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hands down the best deal finder for Chrome.."입니다.

확장 프로그램 스크린샷

screenshot

Deal Finder for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quickly find products from anywhere in Chrome.

Scan through curated awesome items & hot deals any time. New items and deals daily!

Like us on Facebook: http://www.facebook.com/lazylabz
Always love your feedback: [email protected]                    

확장 프로그램 기본 정보

이름 Deal Finder for Chrome Deal Finder for Chrome
ID cgfgpbckaeibjngepigdbjoljcfcecfk
공식 URL https://chromewebstore.google.com/detail/deal-finder-for-chrome/cgfgpbckaeibjngepigdbjoljcfcecfk
설명 Hands down the best deal finder for Chrome..
파일 크기 519 KB
설치 횟수 105
현재 버전 1.4
최근 업데이트 2013-12-02
출시 날짜 2013-12-01
평점 3.86/5 총 7 개의 평점
개발자 LazyLabz.com
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deal Finder for Chrome",
    "short_name": "Deals",
    "version": "1.4",
    "manifest_version": 2,
    "icons": {
        "16": "images\/blue_icon_16.png",
        "19": "images\/blue_icon_19.png",
        "48": "images\/blue_icon_48.png",
        "128": "images\/blue_icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/blue_icon_19.png",
        "default_popup": "popup.html"
    },
    "description": "Hands down the best deal finder for Chrome..",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com;  object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "",
        "storage",
        "unlimitedStorage"
    ]
}