Chainlove Countdown Timer

Chainlove sells bike gear for dirt and pavement one screamin'(50-80% off) deal at a time until time runs out. (chainlove.com)

Chainlove Countdown Timer란 무엇입니까?

Chainlove Countdown Timer은(는) https://www.sacalerts.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chainlove sells bike gear for dirt and pavement one screamin'(50-80% off) deal at a time until time runs out. (chainlove.com)"입니다.

확장 프로그램 스크린샷

screenshot

Chainlove Countdown Timer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 chainlove.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.chainlove.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 Chainlove history to view past items offered on the site.                    

확장 프로그램 기본 정보

이름 Chainlove Countdown Timer Chainlove Countdown Timer
ID ljppcglljemjablfhgjdhndlpallobpl
공식 URL https://chromewebstore.google.com/detail/chainlove-countdown-timer/ljppcglljemjablfhgjdhndlpallobpl
설명 Chainlove sells bike gear for dirt and pavement one screamin'(50-80% off) deal at a time until time runs out. (chainlove.com)
파일 크기 78.9 KB
설치 횟수 3,060
현재 버전 4.5.0
최근 업데이트 2018-08-08
출시 날짜 2018-08-08
평점 4.56/5 총 212 개의 평점
개발자 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": "Chainlove Countdown Timer",
    "description": "Chainlove sells bike gear for dirt and pavement one screamin'(50-80% off) deal at a time until time runs out. (chainlove.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"
            ]
        }
    ]
}