DEO

Never miss a deal again

DEO란 무엇입니까?

DEO은(는) deo-chrome-extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never miss a deal again"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        DEO is a new way to shop for the products you love! Unsure whether to buy that particular item right now in case the price drops in the future? Let DEO track price changes and notify you on your mobile phone when the price has reached your target. Tired of endless email promotions and tedious check-outs? Upon receiving a notification on your mobile phone, DEO will provide a single step purchase confirmation right within the DEO app! Try DEO today and discover a new way to save online.

Features
• Track prices of your favorite items on Amazon
• Specify the price you wish to pay and how long you are willing to wait for this price
• Receive notifications on your mobile phone (not emails) when the price has reached your target
• Single step purchase confirmation inside the DEO mobile app !

Note - this extension requires the DEO Android mobile app. Download here: 

http://amzn.com/B00O02AX5G                    

확장 프로그램 기본 정보

이름 DEO DEO
ID kalpaiggdafondcmdikgphjhgbockfko
공식 URL https://chrome.google.com/webstore/detail/deo/kalpaiggdafondcmdikgphjhgbockfko
설명 Never miss a deal again
파일 크기 1.45 MB
설치 횟수 15
현재 버전 1.0.0.17
최근 업데이트 2015-12-02
출시 날짜 2015-12-02
개발자 deo-chrome-extension
결제 유형 free
확장 프로그램 웹 사이트 http://deoshopping.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DEO",
    "version": "1.0.0.17",
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "identity",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/graph.facebook.com\/",
        "https:\/\/www.facebook.com\/",
        "https:\/\/accounts.google.com\/o\/oauth2\/token"
    ],
    "background": {
        "scripts": [
            "context-menu.js",
            "assets\/js\/jquery.js",
            "assets\/js\/json2.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.\/*"
            ],
            "js": [
                "assets\/js\/jquery.js"
            ],
            "all_frames": false
        }
    ],
    "oauth2": {
        "client_id": "209411213697-3mhkpo5rqacu50a592fil8g0e5v56e0t.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/plus.me"
        ]
    },
    "icons": {
        "16": "imgs\/deo_logo_16.png",
        "48": "imgs\/deo_logo_48.png",
        "128": "imgs\/deo_logo_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj1F+API7kgP0ZIEr\/KFIue5pxD2DBZY\/FsDNlhw2xQ0xiAGZVGbt6gzdG3d0rc7qLtaCOo2FiJsmCh9pllAD4r89AAZAUyKVtRO1JcbOKOoVaWSDmnDkQYjX7V9eB2rk5OdW20n1X+yYWUyR95G9wSx8UE+QuqsnWDW44eyvWHYk3boIMwDalD\/Nss+ba2\/RiIYJ2cw7oZVrl4tkTlgoZW6Io657FUzyTtN1dNrD\/uRQHNnljaBjMKQ60QWe1euZUhyEz9E39CvAeIkWgIEwwXPkO\/\/Bn+lObBMfvaK8lmlaolfCT+DqhpNA316MUJ+7MTg1tZRv4QN4MlMriHRBHQIDAQAB",
    "web_accessible_resources": [
        "error.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.uservoice.com; object-src 'self'",
    "incognito": "spanning"
}