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"입니다.
확장 프로그램 스크린샷
Amazon Hidden Deals, Smart Search by PriceEgg 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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)
확장 프로그램 기본 정보
이름 | |
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", " |