Steep and Cheap Countdown Timer
Steep and Cheap sells outdoor gear one screamin'(50-80% off) deal at a time until time runs out. (steepandcheap.com)
什麼是Steep and Cheap Countdown Timer?
Steep and Cheap Countdown Timer是由https://www.sacalerts.com開發的Chrome擴展程式,該擴展的主要功能是“Steep and Cheap sells outdoor gear one screamin'(50-80% off) deal at a time until time runs out. (steepandcheap.com)”。
擴展截圖
下載Steep and Cheap Countdown Timer擴展crx文件
下載Steep and Cheap Countdown Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Extension key features:
-Clean interface
-Desktop notification
-Sound alert
-Fast checkout
-Time remaining badge text
A covert ops Chrome extension for those who must keep a vigilant eye on the latest ODAT (One-Deal-At-a-Time) deals. This extension monitors steepandcheap.com and displays the time remaining for the current deal. You also have the option of receiving a desktop notification along with a customizable sound alert when a new deal is listed. For snagging fast selling items, the extension allows you to automate the website's checkout process.
Version 1.6.1
-Enables one-click checkout to speed up the checkout process
-more information here: http://www.youtube.com/watch?v=hz1X2vF7luI
Version 1.5.2
-Option to play a sound when a new deal is listed
-Performance improvements
Version 1.4.6
-Updated popups to use Chrome Desktop Notifications. This removes the need for the extension to access all browsing data and history. It now only needs access to www.steepandcheap.com.
-Popups are now disabled by default. Enable them in the extensions options.
Version 1.4.1
-The extension now includes a popup bubble that appears in the bottom right hand corner of the website you are browsing whenever the item changes.
-Link to Steep and Cheap history to view past items offered on the site.                     擴展基本資訊
| 名稱 |   |  
| ID | aaompibpddahnlhaklkapjkgiajbfkhm | 
| 官方網址 | https://chromewebstore.google.com/detail/steep-and-cheap-countdown/aaompibpddahnlhaklkapjkgiajbfkhm | 
| 簡介 | Steep and Cheap sells outdoor gear one screamin'(50-80% off) deal at a time until time runs out. (steepandcheap.com) | 
| 檔案大小 | 82.47 KB | 
| 安裝次數 | 4,734 | 
| 目前版本 | 4.5.0 | 
| 更新時間 | 2018-08-08 | 
| 上架時間 | 2018-08-08 | 
| 評分 | 4.66/5 共 543 次評分 | 
| 開發者 | https://www.sacalerts.com | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | http://www.sacalerts.com | 
| 說明頁面URL | http://www.sacalerts.com/bugs.php | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steep and Cheap Countdown Timer",
    "description": "Steep and Cheap sells outdoor gear one screamin'(50-80% off) deal at a time until time runs out. (steepandcheap.com)",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "4.5.0",
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon76.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "*:\/\/www.steepandcheap.com\/",
        "*:\/\/www.backcountry.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.steepandcheap.com\/steepcheap\/cart\/add.html"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}  |  |