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.

O que é Amazon Free Shipping to Israel-Search Filter?

Amazon Free Shipping to Israel-Search Filter é uma extensão do Chrome desenvolvida por Hanan Schwartzberg, e sua principal característica é "Limit your Amazon search to only products that ship free to Israel with the touch of a button.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Amazon Free Shipping to Israel-Search Filter

Baixe arquivos de extensão Amazon Free Shipping to Israel-Search Filter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Amazon Free Shipping to Israel-Search Filter Amazon Free Shipping to Israel-Search Filter
ID cpllgkjdjlomlnjjagdjnepbdkgfocpp
URL Oficial https://chromewebstore.google.com/detail/amazon-free-shipping-to-i/cpllgkjdjlomlnjjagdjnepbdkgfocpp
Descrição Limit your Amazon search to only products that ship free to Israel with the touch of a button.
Tamanho do Arquivo 20.01 KB
Contagem de Instalações 178
Versão Atual 1.0.0.0
Última Atualização 2021-09-02
Data de Publicação 2021-09-02
Desenvolvedor Hanan Schwartzberg
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}