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.
What is Amazon Free Shipping to Israel-Search Filter?
Amazon Free Shipping to Israel-Search Filter is a Chrome extension developed by Hanan Schwartzberg, and its main feature is "Limit your Amazon search to only products that ship free to Israel with the touch of a button.".
Extension Screenshots
Download Amazon Free Shipping to Israel-Search Filter Extension CRX File
Download Amazon Free Shipping to Israel-Search Filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Amazon Free Shipping to Israel-Search Filter |
ID | cpllgkjdjlomlnjjagdjnepbdkgfocpp |
Official URL | https://chromewebstore.google.com/detail/amazon-free-shipping-to-i/cpllgkjdjlomlnjjagdjnepbdkgfocpp |
Description | Limit your Amazon search to only products that ship free to Israel with the touch of a button. |
File Size | 20.01 KB |
Installation Count | 178 |
Current Version | 1.0.0.0 |
Last Updated | 2021-09-02 |
Publish Date | 2021-09-02 |
Developer | Hanan Schwartzberg |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |