Saleboat for Amazon

Welcome to Saleboat. The seas of finding used and open box products on Amazon can be rough sailing but with Saleboat we can help…

O que é Saleboat for Amazon?

Saleboat for Amazon é uma extensão do Chrome desenvolvida por Saleboat, e sua principal característica é "Welcome to Saleboat. The seas of finding used and open box products on Amazon can be rough sailing but with Saleboat we can help…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Saleboat for Amazon

Baixe arquivos de extensão Saleboat for Amazon 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

                        Welcome to Saleboat. The seas of finding used and open box products on Amazon can be rough sailing but with Saleboat we can help show you where to find amazing deals right on the product page. 

Saleboat compares the prices of new, used and open box items on any Amazon product page helping you find the best discount.
 
Why wait for items to come on sale when you can save big by buying used and open box products on Amazon. Some of these products are in like new condition. So jump on board with Saleboat and let's throw those high prices overboard!                    

Informações Básicas da Extensão

Nome Saleboat for Amazon Saleboat for Amazon
ID clkofaokbcincbcmbhbeiogikafpjkae
URL Oficial https://chromewebstore.google.com/detail/saleboat-for-amazon/clkofaokbcincbcmbhbeiogikafpjkae
Descrição Welcome to Saleboat. The seas of finding used and open box products on Amazon can be rough sailing but with Saleboat we can help…
Tamanho do Arquivo 1.71 MB
Contagem de Instalações 490
Versão Atual 1.5
Última Atualização 2020-01-15
Data de Publicação 2020-01-14
Desenvolvedor Saleboat
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://saleboatapp.herokuapp.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Saleboat",
    "name": "Saleboat for Amazon",
    "version": "1.5",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*\/dp*",
                "https:\/\/www.amazon.com\/dp*",
                "https:\/\/smile.amazon.com\/gp\/product\/*",
                "https:\/\/www.amazon.com\/gp\/product\/*"
            ],
            "css": [
                "\/static\/css\/app.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/gp\/offer-listing\/*",
                "https:\/\/smile.amazon.com\/gp\/offer-listing\/*"
            ],
            "all_frames": true,
            "js": [
                "\/static\/js\/usedContent.js"
            ]
        }
    ],
    "icons": {
        "16": "\/static\/media\/sailing16.png",
        "32": "\/static\/media\/sailing32.png",
        "48": "\/static\/media\/sailing48.png",
        "128": "\/static\/media\/sailing128.png"
    },
    "web_accessible_resources": [
        "\/static\/css\/content.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}