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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}