Amazon Hidden Deals, Smart Search by PriceEgg

Price Egg: The smart way to search for hidden discounts and deals on Amazon

Amazon Hidden Deals, Smart Search by PriceEggとは何ですか?

Amazon Hidden Deals, Smart Search by PriceEggはhttp://priceegg.comによって開発されたChromeの拡張機能で、その主な機能は「Price Egg: The smart way to search for hidden discounts and deals on Amazon」です。

拡張機能のスクリーンショット

screenshot

Amazon Hidden Deals, Smart Search by PriceEgg拡張機能のCRXファイルをダウンロード

Amazon Hidden Deals, Smart Search by PriceEgg拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        If you are lost in the wild jungle of millions of products on Amazon, we can help. PriceEgg provides a simple yet powerful way to search on Amazon to find the right product at the right price but still get the convenience of Prime fulfillment. Did we say we found a way to find hidden deals and discounts on your favorite Amazon site?

With PriceEgg, you can define your own criteria to find the right deal or the right gift
✪ Keyword search
✪ Category search
✪ Specify minimum discount you are looking for
✪ Specify maximum price you are willing to pay for
✪ Search only for Prime items

PriceEgg works on 
✪ Amazon.com (USA)
✪ Amazon.co.uk (UK)
✪ Amazon.ca (Canada)
✪ Amazon.in (India)                    

拡張機能の基本情報

名前 Amazon Hidden Deals, Smart Search by PriceEgg Amazon Hidden Deals, Smart Search by PriceEgg
ID bljnloilbhjpdplfkffeljmniccnicdb
公式URL https://chrome.google.com/webstore/detail/amazon-hidden-deals-smart/bljnloilbhjpdplfkffeljmniccnicdb
説明 Price Egg: The smart way to search for hidden discounts and deals on Amazon
ファイルサイズ 1.24 MB
インストール数 3,000
現在のバージョン 1.0
最終更新日 2019-03-05
公開日 2019-03-05
評価 4.00/5 合計 5 レビュー
開発者 http://priceegg.com
支払い方法 free
拡張機能のウェブサイト https://priceegg.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Hidden Deals, Smart Search by PriceEgg",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Price Egg: The smart way to search for hidden discounts and deals on Amazon",
    "homepage_url": "https:\/\/www.priceegg.com",
    "icons": {
        "16": "icons\/priceegg_icon.PNG",
        "48": "icons\/priceegg_icon.PNG",
        "128": "icons\/priceegg_icon.PNG"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/priceegg_icon.PNG",
        "default_title": "Search on Amazon",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/completion.amazon.com\/search\/complete; object-src 'self'",
    "content_scripts": [
        {
            "css": [
                "\/css\/stylesheets\/bootstrap.css",
                "\/css\/stylesheets\/style.css",
                "\/css\/stylesheets\/fontawesome-stars.css",
                "\/css\/stylesheets\/bootstrap-slider.css",
                "\/css\/stylesheets\/jquery-ui.css"
            ],
            "js": [
                "\/js\/jquery-3.2.1.js",
                "\/js\/jquery-ui.min.js",
                "\/js\/bootstrap.js",
                "\/js\/jquery.barrating.min.js",
                "\/js\/bootstrap-slider.min.js",
                "\/js\/action.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "shortname": "PriceEgg"
}