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…

什么是Saleboat for Amazon?

Saleboat for Amazon是由Saleboat开发的Chrome扩展程序,该扩展的主要功能是“Welcome to Saleboat. The seas of finding used and open box products on Amazon can be rough sailing but with Saleboat we can help…”。

扩展截图

screenshot
screenshot
screenshot

下载Saleboat for Amazon扩展crx文件

下载Saleboat for Amazon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Saleboat for Amazon Saleboat for Amazon
ID clkofaokbcincbcmbhbeiogikafpjkae
官方URL https://chromewebstore.google.com/detail/saleboat-for-amazon/clkofaokbcincbcmbhbeiogikafpjkae
简介 Welcome to Saleboat. The seas of finding used and open box products on Amazon can be rough sailing but with Saleboat we can help…
文件大小 1.71 MB
安装次数 490
当前版本 1.5
更新时间 2020-01-15
上架时间 2020-01-14
开发者 Saleboat
电子邮箱 [email protected]
付费类型 free
扩展官网 https://saleboatapp.herokuapp.com/
支持的语言 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'"
}