Ship Along
A handy way to find just what you need to get free shipping on Amazon.com
O que é Ship Along?
Ship Along é uma extensão do Chrome desenvolvida por https://shipalong.com, e sua principal característica é "A handy way to find just what you need to get free shipping on Amazon.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ship Along
Baixe arquivos de extensão Ship Along 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
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
Informações Básicas da Extensão
Nome | Ship Along |
ID | edkanjiamhgneeokcldjccokagfnlemp |
URL Oficial | https://chromewebstore.google.com/detail/ship-along/edkanjiamhgneeokcldjccokagfnlemp |
Descrição | A handy way to find just what you need to get free shipping on Amazon.com |
Tamanho do Arquivo | 77.42 KB |
Contagem de Instalações | 28 |
Versão Atual | 0.0.0.2 |
Última Atualização | 2012-11-10 |
Data de Publicação | 2012-11-10 |
Classificação | 3.50/5 Total de 2 Avaliações |
Desenvolvedor | https://shipalong.com |
Tipo de Pagamento | free |
Site da Extensão | http://shipalong.com |
URL da Página de Ajuda | http://shipalong.com/pages/about/ |
Idiomas Suportados | 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 } ] } |