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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A handy way to find just what you need to get free shipping on Amazon.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ship Along एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } ] } |