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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Saleboat for Amazon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}