SpendOver - Amazon Free Shipping Filter
Simple filter for Amazon products which are eligible for free international shipping
SpendOver - Amazon Free Shipping Filter क्या है?
SpendOver - Amazon Free Shipping Filter amazonspendover द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple filter for Amazon products which are eligible for free international shipping"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SpendOver - Amazon Free Shipping Filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Amazon doesn't allow to filter search results by this offer, this extension highlights the "eligible for free international shipping" sentence in green, and filters out listings which are not included in this offer. v1.2 - New Upgrades: - Added support for listings which are eligible for free shipping, and exceeding the spend over limit. - Added support for new Amazon web pages: New Releases, Movers & Shakers, Most Wished For, Gift Ideas. Supports the following Amazon web pages: - Amazon Search Results - Best Sellers Ranking - Today’s Deals Eligible shipping destinations, and their minimum dollar amount: - Hong Kong, spend over $49 USD - Israel , spend over $65 USD - Colombia , spend over $35 USD - Chile , spend over $49 USD - Taiwan , spend over $60 USD If you find the extension useful, buy me a coffee to support the extension and it's development :) More information: https://amazon.com/gp/help/customer/display.html?nodeId=GY48Z9B62JLTAQV2 Supported Destinations: https://www.amazon.com/b?node=23450861011
एक्सटेंशन की मूल जानकारी
नाम | SpendOver - Amazon Free Shipping Filter |
ID | bcpbgclbfajeikpeglnfdclepjddgglp |
आधिकारिक URL | https://chromewebstore.google.com/detail/spendover-amazon-free-shi/bcpbgclbfajeikpeglnfdclepjddgglp |
विवरण | Simple filter for Amazon products which are eligible for free international shipping |
फ़ाइल का आकार | 2.46 MB |
स्थापना संख्या | 255 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2021-09-14 |
प्रकाशन तिथि | 2021-08-26 |
रेटिंग | 4.40/5 कुल 5 रेटिंग्स |
डेवलपर | amazonspendover |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.buymeacoffee.com/amazonspendover |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SpendOver - Amazon Free Shipping Filter", "description": "Simple filter for Amazon products which are eligible for free international shipping", "version": "1.2", "icons": { "48": "icons\/icon.png" }, "permissions": [ "storage", "tabs" ], "browser_action": { "default_title": "SpendOver - Amazon Free Shipping Filter", "default_icon": "icons\/icon.png", "default_popup": "popup\/content.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*" ], "js": [ "jquery.min.js", "main.js" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "v.png", "loading1.gif", "info-loader.gif", "Ellipsis-1.1s-191px.gif" ] } |