Ship Along

A handy way to find just what you need to get free shipping on Amazon.com

Ship Alongとは何ですか?

Ship Alongはhttps://shipalong.comによって開発されたChromeの拡張機能で、その主な機能は「A handy way to find just what you need to get free shipping on Amazon.com」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Ship Along拡張機能のCRXファイルをダウンロード

Ship Along拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Often on Amazon you're very close to the $25 mark that qualifies you for free shipping.

Ship Along is a FREE extension that helps you you in two ways - search for items across Amazon to fill the gap, and to make that item is something meaningful.

It pops up when you've just added something to your cart and you're just shy a small amount of the magic free shipping mark.

It automatically searches for items in that price range - you can even narrow the results by picking a specific Department.

Choose an item, add it to your cart, and you're all set. Free shipping!

Check out our review on Instant Fundas:
http://www.instantfundas.com/2011/11/shop-along-offers-amazon-filler-item.html                    

拡張機能の基本情報

名前 Ship Along Ship Along
ID edkanjiamhgneeokcldjccokagfnlemp
公式URL https://chromewebstore.google.com/detail/ship-along/edkanjiamhgneeokcldjccokagfnlemp
説明 A handy way to find just what you need to get free shipping on Amazon.com
ファイルサイズ 77.42 KB
インストール数 28
現在のバージョン 0.0.0.2
最終更新日 2012-11-10
公開日 2012-11-10
評価 3.50/5 合計 2 レビュー
開発者 https://shipalong.com
支払い方法 free
拡張機能のウェブサイト http://shipalong.com
ヘルプページのURL http://shipalong.com/pages/about/
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ship Along",
    "version": "0.0.0.2",
    "description": "A handy way to find just what you need to get free shipping on Amazon.com",
    "manifest_version": 2,
    "homepage_url": "http:\/\/shipalong.com",
    "icons": {
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "*:\/\/www.amazon.com\/*",
        "http:\/\/shipalong.com\/*"
    ],
    "web_accessible_resources": [
        "html\/templates.html",
        "img\/icon_32.png",
        "img\/action.png",
        "img\/btn_add.png",
        "img\/loading.gif",
        "img\/loading.gif",
        "img\/loading_lrg.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/lib\/jquery-1.6.2.min.js",
                "js\/lib\/underscore.1.2.0.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ],
            "js": [
                "js\/app.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}