Cricket

A Cricket chrome extension - platform for locating and monitoring desired products by the customer

Cricket란 무엇입니까?

Cricket은(는) https://cricketown.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Cricket chrome extension - platform for locating and monitoring desired products by the customer"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Cricket was founded because we wanted to create a trustworthy platform to help 
users like us find cheap products through the web. 
Cricket offers a Chrome extension and a native Android application and lets you set a price on any product offered by: 
eBay, Amazon, GearBest, Banggood or Deal Extream.                    

확장 프로그램 기본 정보

이름 Cricket Cricket
ID akknnkafgnopejnkiifjoffhjpeobaod
공식 URL https://chromewebstore.google.com/detail/cricket/akknnkafgnopejnkiifjoffhjpeobaod
설명 A Cricket chrome extension - platform for locating and monitoring desired products by the customer
파일 크기 1.16 MB
설치 횟수 66
현재 버전 0.2.0
최근 업데이트 2017-08-18
출시 날짜 2017-08-18
평점 5.00/5 총 3 개의 평점
개발자 https://cricketown.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.cricketown.com/terms.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cricket",
    "version": "0.2.0",
    "icons": {
        "48": "images\/cricket1.png"
    },
    "description": "A Cricket chrome extension - platform for locating and monitoring desired products by the customer",
    "background": {
        "scripts": [
            ".\/js\/lib\/jquery.min.js",
            ".\/js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "https:\/\/cricketeam.herokuapp.com\/*"
    ],
    "browser_action": {
        "default_icon": "images\/cricket_default.png",
        "default_popup": ".\/templates\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "includes\/css\/style.css"
            ],
            "js": [
                ".\/js\/lib\/jquery.min.js",
                ".\/js\/content.js"
            ],
            "matches": [
                "http:\/\/*.ebay.com\/itm*",
                "https:\/\/*.amazon.com\/*\/dp\/*\/ref*",
                "https:\/\/*.amazon.com\/dp\/*\/ref*",
                "https:\/\/*.amazon.com\/*\/dp\/*psc*",
                "https:\/\/*.amazon.com\/gp\/*\/ref*",
                "http:\/\/*.gearbest.com\/*\/pp*",
                "http:\/\/*.dx.com\/p\/*",
                "https:\/\/*.banggood.com\/*-p-*",
                "https:\/\/*.amazon.com\/dp\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/js\/content.js; object-src 'self'"
}