Loyal Smile - Set Amazon As Default Seller
Set official Amazon, Inc. as the default seller on Amazon.com. Automate and no more manually switching to official seller needed.
什麼是Loyal Smile - Set Amazon As Default Seller?
Loyal Smile - Set Amazon As Default Seller是由https://loyalsmile.uniosoft.com開發的Chrome擴展程式,該擴展的主要功能是“Set official Amazon, Inc. as the default seller on Amazon.com. Automate and no more manually switching to official seller needed.”。
擴展截圖
下載Loyal Smile - Set Amazon As Default Seller擴展crx文件
下載Loyal Smile - Set Amazon As Default Seller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do you usually buy products that "Ships from and sold by Amazon.com"? In other words, do you prefer items sold by Amazon, Inc. (the "official seller") and not third-parties, and you want that to be ensured effortlessly and automatically? Heck, do you even know such a difference actually exists? Do you think everything you can buy from the site is always directly from the official seller, not just the Website? (Hint: nope!) Then, look no further: Loyal Smile™ is your solution! ★ Automatic & Better Consistency: It automatically selects the official seller as the Default Seller. That also helps you filter out the noise when you just want to shop official seller. Automate and no more manually switching sellers to the official one needed, which may even help avoid accidental/counterfeit purchases from third parties! For example, see this warning from Apple in ABC News: www.goo.gl/uwBaCQ And from manufacturers directly, like this official Samsung comment to an affected review: www.goo.gl/Jed94j ★ Easy To Use: Just install it and off you go easily shopping from official seller, always^. That's thanks to Loyal Smile's sophisticated and intelligent approaches, such as being automatically compatible with ☆Amazon Smile☆ (smile.amazon.com) and search pages with complex filters. ★ Full Control: Moreover, whenever you change your mind and decide to purchase from third parties, you can do so easily: this extension gives you the option to disable the automation on specified/all pages and go back to let the site decide—so you're always in complete control. Simply click on this extension's icon next to the address bar while you're on a page of the site to access the menu. ★ Price Match: A bonus side effect: By using this extension, you can more easily and consistently obtain official seller prices that are needed to price match to/from the prices of many competitors that may have Low Price Guarantees. You can also submit requests to the site that may get honored, but they don't guarantee it for non-TVs & it may not work for all items/in the future: www.goo.gl/2NefPK ➤ Are you an third-party seller? Please see my message: loyalsmile.uniosoft.com/#sellers ➤ Are you concerned about this extension's integrity? Please see my statements: loyalsmile.uniosoft.com/#integrity loyalsmile.uniosoft.com/privacy-policy.html ^Please note: Loyal Smile is still in beta. Although most functions work as they should, it may not work completely all the time. However, rest assured: 1. Controls to disable it are easily available as mentioned, built-in. 2. I continuously use and monitor this extension's accuracy myself, which ensures it always works at least on some of the most common page types. 3. I'm available to respond to your complaints and bug reports via this extension's "Support" tab or email—shown inside the extension's Options. In addition, here's my current TO-DO list for known problems and goals (as well as version change logs): www.goo.gl/WUfGbY ➤ Alternatively, please consider ☆subscribing☆ to be alerted once a stable version has been released: loyalsmile.uniosoft.com/#subscribe *Extra Permissions Explained: - "Read your browsing history": Needed to detect whether you have tabs that have opened pages that need the default seller to be automatically applied on. It's exclusively for that purpose, and nothing else. (I.e., it doesn't actually "read" your general browsing history.) *Legal Notices: Loyal Smile™ is not affiliated with Amazon. Privacy Policy: loyalsmile.uniosoft.com/privacy-policy.html
擴展基本資訊
名稱 | Loyal Smile - Set Amazon As Default Seller |
ID | bgaanighljjnphponpooiifkooahkpfe |
官方網址 | https://chromewebstore.google.com/detail/loyal-smile-set-amazon-as/bgaanighljjnphponpooiifkooahkpfe |
簡介 | Set official Amazon, Inc. as the default seller on Amazon.com. Automate and no more manually switching to official seller needed. |
檔案大小 | 489 KB |
安裝次數 | 73 |
目前版本 | 0.9 beta 1.3 |
更新時間 | 2021-07-06 |
上架時間 | 2017-09-28 |
評分 | 3.67/5 共 3 次評分 |
開發者 | https://loyalsmile.uniosoft.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://loyalsmile.uniosoft.com/ |
隱私政策頁面URL | http://loyalsmile.uniosoft.com/privacy-policy.html |
支援的語言 | en-US |
manifest.json | |
{ "background": { "scripts": [ "libs\/cws\/buy.js", "libs\/jquery\/jquery.js", "background_iap_api.js", "background_global.js", "background.js" ] }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*.amazon.com\/*" ], "run_at": "document_end" } ], "description": "Set official Amazon, Inc. as the default seller on Amazon.com. Automate and no more manually switching to official seller needed.", "icons": { "128": "images\/main-icon\/icon-128.png", "16": "images\/main-icon\/icon-16.png", "32": "images\/main-icon\/icon-32.png", "48": "images\/main-icon\/icon-48.png" }, "manifest_version": 2, "name": "Loyal Smile - Set Amazon As Default Seller", "options_ui": { "chrome_style": false, "page": "options.html" }, "page_action": { "default_icon": { "128": "images\/main-icon\/icon-128.png", "16": "images\/main-icon\/icon-16.png", "32": "images\/main-icon\/icon-32.png", "48": "images\/main-icon\/icon-48.png" }, "default_popup": "popup.html", "default_title": "Loyal Smile (Menu)" }, "permissions": [ "declarativeContent", "webRequest", "webRequestBlocking", "storage", "unlimitedStorage", "tabs", "*:\/\/*.amazon.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.9.0.3", "version_name": "0.9 beta 1.3" } |