Amazon Free Shipping to Israel-Search Filter
Limit your Amazon search to only products that ship free to Israel with the touch of a button.
Amazon Free Shipping to Israel-Search Filter란 무엇입니까?
Amazon Free Shipping to Israel-Search Filter은(는) Hanan Schwartzberg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Limit your Amazon search to only products that ship free to Israel with the touch of a button."입니다.
확장 프로그램 스크린샷
Amazon Free Shipping to Israel-Search Filter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Now with just the click of a button you can limit your Amazon search results to only show those that ship to Israel free. Pin this extension in Chrome and then you just have to hit the button once per search, no need to copy and paste any text into the address.
확장 프로그램 기본 정보
이름 | Amazon Free Shipping to Israel-Search Filter |
ID | cpllgkjdjlomlnjjagdjnepbdkgfocpp |
공식 URL | https://chromewebstore.google.com/detail/amazon-free-shipping-to-i/cpllgkjdjlomlnjjagdjnepbdkgfocpp |
설명 | Limit your Amazon search to only products that ship free to Israel with the touch of a button. |
파일 크기 | 20.01 KB |
설치 횟수 | 178 |
현재 버전 | 1.0.0.0 |
최근 업데이트 | 2021-09-02 |
출시 날짜 | 2021-09-02 |
개발자 | Hanan Schwartzberg |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Free Shipping to Israel-Search Filter", "version": "1.0.0.0", "short_name": "Amazon Free Shipping Filter", "description": "Limit your Amazon search to only products that ship free to Israel with the touch of a button.", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "minimum_chrome_version": "6.0.0.0", "icons": { "16": "imageinfo-16.png", "48": "imageinfo-48.png", "128": "imageinfo-128.png" }, "browser_action": { "default_title": "Amazon Free Shipping to Israel - Search Filter" }, "manifest_version": 2 } |