The Camelizer

Easily view historical pricing data from camelcamelcamel.com.

The Camelizer란 무엇입니까?

The Camelizer은(는) https://camelcamelcamel.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily view historical pricing data from camelcamelcamel.com."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Get camelcamelcamel.com functionality in your web browser.  Click on the Camel icon in your address bar to see historical pricing data or setup watches and get an email when the price drops.

Supports Amazon United States, Canada, Europe, Australia.

Please read about our full features here: https://camelcamelcamel.com/camelizer

For support, email [email protected].                    

확장 프로그램 기본 정보

이름 The Camelizer The Camelizer
ID ghnomdcacenbmilgjigehppbamfndblo
공식 URL https://chromewebstore.google.com/detail/the-camelizer/ghnomdcacenbmilgjigehppbamfndblo
설명 Easily view historical pricing data from camelcamelcamel.com.
파일 크기 671 KB
설치 횟수 828,341
현재 버전 3.0.15
최근 업데이트 2023-02-25
출시 날짜 2018-06-22
평점 4.32/5 총 978 개의 평점
개발자 https://camelcamelcamel.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://camelcamelcamel.com/camelizer
도움말 페이지 URL https://camelcamelcamel.com/support
개인정보 보호 정책 페이지 URL https://camelcamelcamel.com/privacy
지원되는 언어 de,en,fr,es,it
manifest.json
{
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Camelizer",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.0.15",
    "icons": {
        "256": "icon-256.png",
        "128": "icon-128.png",
        "96": "icon-96.png",
        "64": "icon-64.png",
        "48": "icon-48.png",
        "32": "icon-32.png",
        "16": "icon-16.png"
    },
    "page_action": {
        "default_title": "__MSG_pageActionTitle__",
        "default_icon": "icon-96.png",
        "default_popup": "main.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/*.camelcamelcamel.com\/*",
        "https:\/\/camelcamelcamel.com\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.fr\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.es\/*",
        "https:\/\/*.amazon.ca\/*",
        "https:\/\/*.amazon.it\/*",
        "https:\/\/*.amazon.com.au\/*"
    ],
    "author": "Cosmic Shovel, Inc.",
    "homepage_url": "https:\/\/camelcamelcamel.com\/",
    "options_ui": {
        "page": "options.html"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "windows": "Alt+Shift+C",
                "mac": "Alt+Shift+C",
                "chromeos": "Alt+Shift+C",
                "linux": "Alt+Shift+C"
            }
        }
    }
}